CryptUIDlgCertMgr function (cryptuiapi.h)
The CryptUIDlgCertMgr function displays a dialog box that allows the user to manage certificates.
Syntax
BOOL CryptUIDlgCertMgr(
[in] PCCRYPTUI_CERT_MGR_STRUCT pCryptUICertMgr
);
Parameters
[in] pCryptUICertMgr
A pointer to a CRYPTUI_CERT_MGR_STRUCT structure that contains information about how to create the dialog box.
Return value
The return value is TRUE if the function succeeds; otherwise, FALSE.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | cryptuiapi.h |
Library | Cryptui.lib |
DLL | Cryptui.dll |