CRYPTUI_INITDIALOG_STRUCT structure (cryptuiapi.h)

The CRYPTUI_INITDIALOG_STRUCT structure supports the CRYPTUI_VIEWCERTIFICATE_STRUCT structure. It is passed as the lParam in the WM_INITDIALOG call to each property sheet that is in the rgPropSheetPages array of the CRYPTUI_VIEWCERTIFICATE_STRUCT structure. The CRYPTUI_VIEWCERTIFICATE_STRUCT structure is used in the CryptUIDlgViewCertificate function.

Syntax

typedef struct tagCRYPTUI_INITDIALOG_STRUCT {
  LPARAM         lParam;
  PCCERT_CONTEXT pCertContext;
} CRYPTUI_INITDIALOG_STRUCT, *PCRYPTUI_INITDIALOG_STRUCT;

Members

lParam

The lParam in the PROPSHEETPAGE structure.

pCertContext

A pointer to the CERT_CONTEXT structure for the certificate that CryptUIDlgViewCertificate is displaying.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header cryptuiapi.h

See also

CRYPTUI_VIEWCERTIFICATE_STRUCT

CryptUIDlgViewCertificate