CryptUIDlgViewCertificate function
The CryptUIDlgViewCertificate function presents a dialog box that displays a specified certificate.
Syntax
BOOL WINAPI CryptUIDlgViewCertificate( _In_ PCCRYPTUI_VIEWCERTIFICATE_STRUCTW pCertViewInfo, _Out_ BOOL *pfPropertiesChanged );
Parameters
- pCertViewInfo [in]
-
A pointer to a CRYPTUI_VIEWCERTIFICATE_STRUCT structure that contains information about the certificate to view.
- pfPropertiesChanged [out]
-
Indicates whether any certificate properties were modified by the caller.
Return value
If the function succeeds, the return value is nonzero (TRUE).
If the function fails, the return value is zero (FALSE). For extended error information, call the GetLastError function.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names |
CryptUIDlgViewCertificateW (Unicode) and CryptUIDlgViewCertificateA (ANSI) |
See also