Skip to content

SECNABENUMPROC

Data Type : Address Book
SECNABENUMPROC - Callback action routine for SECNABEnumerateCertificates.

#include <nsfsearc.h>

Definition :

typedef BOOL (LNCALLBACKPTR SECNABENUMPROC)(
      void  *pCallCtx,
      void  *pCert,
      DWORD CertSize,
      WORD  Reserved1,
      WORD  Reserved2);

Description :

This is the datatype of the action routine passed to SECNABEnumerateCertificates.

pCallCtx Pointer to the user defined caller context.
pCert Pointer to the certificate being enumerated.
CertSize Size of the certificate being enumerated.
Reserved1 Reserved for future use.
Reserved2 Reserved for future use.

See Also : SECNABEnumerateCertificates