CryptUIDlgViewSignerInfo function
[The CryptUIDlgViewSignerInfo function is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. ]
Applies to: desktop apps only
The CryptUIDlgViewSignerInfo function displays a dialog box that contains the signer information for a signed message.
Note This function is not declared in a published header file. To use this structure, declare it in the exact format shown.
Syntax
BOOL WINAPI CryptUIDlgViewSignerInfo( __in CRYPTUI_VIEWSIGNERINFO_STRUCT *pcvsi );
Parameters
- pcvsi [in]
-
A pointer to a CRYPTUI_VIEWSIGNERINFO_STRUCT structure that contains the signer information to display.
Return value
This function returns a nonzero value on success and zero on failure. For extended error information, call the GetLastError function.
Possible error codes returned from GetLastError include, but are not limited to, the following.
| Return code | Description |
|---|---|
|
One or more arguments are not valid. |
|
A memory allocation failure occurred. |
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names | CryptUIDlgViewSignerInfoW (Unicode) and CryptUIDlgViewSignerInfoA (ANSI) |
See also
Send comments about this topic to Microsoft
Build date: 3/6/2012