Struct windows_sys::Win32::Security::Cryptography::Sip::SIP_DISPATCH_INFO
[−]#[repr(C)]pub struct SIP_DISPATCH_INFO {
pub cbSize: u32,
pub hSIP: HANDLE,
pub pfGet: pCryptSIPGetSignedDataMsg,
pub pfPut: pCryptSIPPutSignedDataMsg,
pub pfCreate: pCryptSIPCreateIndirectData,
pub pfVerify: pCryptSIPVerifyIndirectData,
pub pfRemove: pCryptSIPRemoveSignedDataMsg,
}Expand description
Required features: ‘Win32_Security_Cryptography_Sip’, ‘Win32_Foundation’, ‘Win32_Security_Cryptography_Catalog’
Fields
cbSize: u32hSIP: HANDLEpfGet: pCryptSIPGetSignedDataMsgpfPut: pCryptSIPPutSignedDataMsgpfCreate: pCryptSIPCreateIndirectDatapfVerify: pCryptSIPVerifyIndirectDatapfRemove: pCryptSIPRemoveSignedDataMsg