Struct windows_sys::Win32::Security::Cryptography::Sip::SIP_ADD_NEWPROVIDER
[−]#[repr(C)]pub struct SIP_ADD_NEWPROVIDER {
pub cbStruct: u32,
pub pgSubject: *mut GUID,
pub pwszDLLFileName: PWSTR,
pub pwszMagicNumber: PWSTR,
pub pwszIsFunctionName: PWSTR,
pub pwszGetFuncName: PWSTR,
pub pwszPutFuncName: PWSTR,
pub pwszCreateFuncName: PWSTR,
pub pwszVerifyFuncName: PWSTR,
pub pwszRemoveFuncName: PWSTR,
pub pwszIsFunctionNameFmt2: PWSTR,
pub pwszGetCapFuncName: PWSTR,
}
Expand description
Required features: "Win32_Security_Cryptography_Sip"
Fields
cbStruct: u32
pgSubject: *mut GUID
pwszDLLFileName: PWSTR
pwszMagicNumber: PWSTR
pwszIsFunctionName: PWSTR
pwszGetFuncName: PWSTR
pwszPutFuncName: PWSTR
pwszCreateFuncName: PWSTR
pwszVerifyFuncName: PWSTR
pwszRemoveFuncName: PWSTR
pwszIsFunctionNameFmt2: PWSTR
pwszGetCapFuncName: PWSTR
Trait Implementations
impl Clone for SIP_ADD_NEWPROVIDER
impl Clone for SIP_ADD_NEWPROVIDER
impl Copy for SIP_ADD_NEWPROVIDER
Auto Trait Implementations
impl RefUnwindSafe for SIP_ADD_NEWPROVIDER
impl !Send for SIP_ADD_NEWPROVIDER
impl !Sync for SIP_ADD_NEWPROVIDER
impl Unpin for SIP_ADD_NEWPROVIDER
impl UnwindSafe for SIP_ADD_NEWPROVIDER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more