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. ]

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

);

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
E_INVALIDARG
One or more arguments are not valid.
E_OUTOFMEMORY
A memory allocation failure occurred.

Requirements

Requirement Value
Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
End of support
Windows 7 [desktop apps only]
Library
Cryptui.lib
DLL
Cryptui.dll
Unicode and ANSI names
CryptUIDlgViewSignerInfoW (Unicode) and CryptUIDlgViewSignerInfoA (ANSI)

See also

CRYPTUI_VIEWSIGNERINFO_STRUCT