CRYPTUI_CERT_MGR_STRUCT structure (cryptuiapi.h)

The CRYPTUI_CERT_MGR_STRUCT structure contains information about a certificate manager dialog box.

Syntax

typedef struct _CRYPTUI_CERT_MGR_STRUCT {
  DWORD   dwSize;
  HWND    hwndParent;
  DWORD   dwFlags;
  LPCWSTR pwszTitle;
  LPCSTR  pszInitUsageOID;
} CRYPTUI_CERT_MGR_STRUCT, *PCRYPTUI_CERT_MGR_STRUCT;

Members

dwSize

The size, in bytes, of the structure. This value must be set to sizeof(CRYPTUI_CERT_MGR_STRUCT).

hwndParent

Handle of the parent window of the dialog box.

dwFlags

Reserved. This value must be set to zero.

pwszTitle

Title of the dialog box.

pszInitUsageOID

Enhanced key usage object identifier (OID) of the certificates that will initially appear in the dialog box. The default value is NULL, which displays all certificates.

Requirements

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