Function crypt32::CryptEnumKeyIdentifierProperties
[−]
[src]
pub unsafe extern "system" fn CryptEnumKeyIdentifierProperties(
pKeyIdentifier: *const CRYPT_HASH_BLOB,
dwPropId: DWORD,
dwFlags: DWORD,
pwszComputerName: LPCWSTR,
pvReserved: *mut c_void,
pvArg: *mut c_void,
pfnEnum: PFN_CRYPT_ENUM_KEYID_PROP
) -> BOOL