PFN_CRYPT_ENUM_OID_INFO (Compact 2013)
3/28/2014
This callback function is used with the CryptEnumOIDInfo function.
Syntax
BOOL WINAPI CRYPT_ENUM_OID_INFO(
__in PCRYPT_OID_INFO pInfo,
__in void *pvArg
);
Parameters
- pInfo
[in] Pointer to the object identifier (OID) information.
- pvArg
[in] Pointer to optional information that is passed to the callback function through the CryptEnumOIDInfopvArg parameter.
Return Values
Returns TRUE to continue the enumeration and FALSE to stop the enumeration. If FALSE is returned, the CryptEnumOIDInfo function stops the enumeration.
Requirements
Header |
wincrypt.h |