X509CERTRESULT structure
Do not use. Enumerates certificates and their associated states.
Syntax
typedef struct tagX509CERTRESULT {
DWORD cEntries;
CERTSTATE *rgcs;
PCX509CERT *rgpCert;
} X509CERTRESULT, *PX509CERTRESULT;
Members
-
cEntries
-
Type: DWORD
-
Contains the size of the rgpCert array. The rgcs is the same size.
-
rgcs
-
Type: CERTSTATE*
-
Contains a pointer to an array of CERTSTATE values.
-
rgpCert
-
Type: PCX509CERT*
-
Contains a pointer to an array of pointers to CERT_CONTEXT certificate stores.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|