Function windows_sys::Win32::Security::Cryptography::BCryptProcessMultiOperations
pub unsafe extern "system" fn BCryptProcessMultiOperations(
hobject: BCRYPT_HANDLE,
operationtype: BCRYPT_MULTI_OPERATION_TYPE,
poperations: *const c_void,
cboperations: u32,
dwflags: u32
) -> NTSTATUS
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"