Function windows_sys::Win32::Security::Cryptography::CryptQueryObject
[−]pub unsafe extern "system" fn CryptQueryObject(
dwobjecttype: CERT_QUERY_OBJECT_TYPE,
pvobject: *const c_void,
dwexpectedcontenttypeflags: CERT_QUERY_CONTENT_TYPE_FLAGS,
dwexpectedformattypeflags: CERT_QUERY_FORMAT_TYPE_FLAGS,
dwflags: u32,
pdwmsgandcertencodingtype: *mut CERT_QUERY_ENCODING_TYPE,
pdwcontenttype: *mut CERT_QUERY_CONTENT_TYPE,
pdwformattype: *mut CERT_QUERY_FORMAT_TYPE,
phcertstore: *mut HCERTSTORE,
phmsg: *mut *mut c_void,
ppvcontext: *mut *mut c_void
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"