Function windows_sys::Win32::Security::Cryptography::CryptProtectData
[−]pub unsafe extern "system" fn CryptProtectData(
pdatain: *const CRYPTOAPI_BLOB,
szdatadescr: PCWSTR,
poptionalentropy: *const CRYPTOAPI_BLOB,
pvreserved: *mut c_void,
ppromptstruct: *const CRYPTPROTECT_PROMPTSTRUCT,
dwflags: u32,
pdataout: *mut CRYPTOAPI_BLOB
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"