SIGNER_FILE_INFO struttura
La struttura SIGNER_FILE_INFO specifica un file da firmare.
Nota
Questa struttura non è definita in alcun file di intestazione. Per usare questa struttura, è necessario definirla autonomamente come illustrato in questo argomento.
Sintassi
typedef struct _SIGNER_FILE_INFO {
DWORD cbSize;
LPCWSTR pwszFileName;
HANDLE hFile;
} SIGNER_FILE_INFO, *PSIGNER_FILE_INFO;
Members
-
cbSize
-
Dimensioni, in byte, della struttura.
-
pwszFileName
-
Puntatore a una stringa con terminazione null contenente il nome del file da firmare.
-
hFile
-
Handle aperto al file specificato dal membro pwszFileName . Se questo membro contiene un handle valido, questo handle viene usato per accedere al file. Questo membro può essere impostato su NULL.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Windows XP [solo app desktop] |
Server minimo supportato |
Windows Server 2003 [solo app desktop] |
Vedi anche