Struct winapi::mssip::SIP_DISPATCH_INFO [] [src]

pub struct SIP_DISPATCH_INFO {
    pub cbSize: DWORD,
    pub hSIP: HANDLE,
    pub pfGet: pCryptSIPGetSignedDataMsg,
    pub pfPut: pCryptSIPPutSignedDataMsg,
    pub pfCreate: pCryptSIPCreateIndirectData,
    pub pfVerify: pCryptSIPVerifyIndirectData,
    pub pfRemove: pCryptSIPRemoveSignedDataMsg,
}

Fields

cbSize: DWORD hSIP: HANDLE pfGet: pCryptSIPGetSignedDataMsg pfPut: pCryptSIPPutSignedDataMsg pfCreate: pCryptSIPCreateIndirectData pfVerify: pCryptSIPVerifyIndirectData pfRemove: pCryptSIPRemoveSignedDataMsg

Trait Implementations

impl Copy for SIP_DISPATCH_INFO
[src]

impl Clone for SIP_DISPATCH_INFO
[src]

fn clone(&self) -> SIP_DISPATCH_INFO

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more