CRYPT_TRUST_REG_ENTRY structure (wintrust.h)

[The CRYPT_TRUST_REG_ENTRY 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_TRUST_REG_ENTRY structure identifies a provider function by DLL name and function name. This structure is used by the CRYPT_REGISTER_ACTIONID structure when the WintrustAddActionID function is called.

Syntax

typedef struct _CRYPT_TRUST_REG_ENTRY {
  DWORD cbStruct;
  WCHAR *pwszDLLName;
  WCHAR *pwszFunctionName;
} CRYPT_TRUST_REG_ENTRY, *PCRYPT_TRUST_REG_ENTRY;

Members

cbStruct

The size, in bytes, of this structure.

pwszDLLName

A pointer to a null-terminated string for the DLL name.

pwszFunctionName

A pointer to a null-terminated string for the function name.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header wintrust.h

See also

CRYPT_REGISTER_ACTIONID

WintrustAddActionID