struttura CRYPT_TRUST_REG_ENTRY (wintrust.h)

[La struttura CRYPT_TRUST_REG_ENTRY è disponibile per l'uso nei sistemi operativi specificati nella sezione Requisiti. Potrebbe essere modificato o non disponibile nelle versioni successive.]

La struttura CRYPT_TRUST_REG_ENTRY identifica una funzione del provider in base al nome della DLL e al nome della funzione. Questa struttura viene usata dalla struttura CRYPT_REGISTER_ACTIONID quando viene chiamata la funzione WintrustAddActionID .

Sintassi

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

Members

cbStruct

Dimensione, in byte, della struttura.

pwszDLLName

Puntatore a una stringa con terminazione Null per il nome della DLL.

pwszFunctionName

Puntatore a una stringa con terminazione Null per il nome della funzione.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione wintrust.h

Vedi anche

CRYPT_REGISTER_ACTIONID

WintrustAddActionID