PFN_CRYPT_ENUM_OID_INFO funzione di callback (wincrypt.h)
La funzione di callback CRYPT_ENUM_OID_INFO viene usata con la funzione CryptEnumOIDInfo .
Sintassi
PFN_CRYPT_ENUM_OID_INFO PfnCryptEnumOidInfo;
BOOL PfnCryptEnumOidInfo(
[in] PCCRYPT_OID_INFO pInfo,
[in] void *pvArg
)
{...}
Parametri
[in] pInfo
Puntatore alle informazioni OID.
[in] pvArg
Puntatore agli argomenti passati alla funzione di callback.
Valore restituito
Restituisce TRUE per continuare l'enumerazione e FALSE per arrestare l'enumerazione. Se viene restituito FALSE, l'enumerazione CryptEnumOIDInfo viene arrestata.
Requisiti
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | wincrypt.h |