Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
[The CRYPT_PROVUI_DATA structure is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
The CRYPT_PROVUI_DATA structure provides user interface (UI) data for a provider. This structure is used by the CRYPT_PROVUI_FUNCS structure.
Syntax
typedef struct _CRYPT_PROVUI_DATA {
DWORD cbStruct;
DWORD dwFinalError;
WCHAR *pYesButtonText;
WCHAR *pNoButtonText;
WCHAR *pMoreInfoButtonText;
WCHAR *pAdvancedLinkText;
WCHAR *pCopyActionText;
WCHAR *pCopyActionTextNoTS;
WCHAR *pCopyActionTextNotSigned;
} CRYPT_PROVUI_DATA, *PCRYPT_PROVUI_DATA;
Members
cbStruct
The size, in bytes, of this structure.
dwFinalError
Error code, if applicable.
pYesButtonText
A pointer to a null-terminated string for the Yes button text. If this parameter is NULL, then "&Yes" is used.
pNoButtonText
A pointer to a null-terminated string for the No button text. If this parameter is NULL, then "&No" is used.
pMoreInfoButtonText
A pointer to a null-terminated string for the More Info button text. If this parameter is NULL, then "&More Info" is used.
pAdvancedLinkText
A pointer to a null-terminated string for the Advanced button text.
pCopyActionText
A pointer to a null-terminated string for the text used when the trust is valid and a time stamp is used. If this parameter is NULL, then "Do you want to install and run ""%1"" signed on %2 and distributed by:" is used.
pCopyActionTextNoTS
A pointer to a null-terminated string for the text used when the trust is valid but a time stamp is not used. If this parameter is NULL, then "Do you want to install and run ""%1"" signed on an unknown date/time and distributed by:" is used.
pCopyActionTextNotSigned
A pointer to a null-terminated string for the text used when a signature is not provided. If this parameter is NULL, then "Do you want to install and run ""%1""?" is used.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | wintrust.h |