Struct winapi::um::objidlbase::IClientSecurityVtbl[][src]

#[repr(C)]
pub struct IClientSecurityVtbl { pub parent: IUnknownVtbl, pub QueryBlanket: unsafe extern "system" fn(This: *mut IClientSecurity, pProxy: *mut IUnknown, pAuthnSvc: *mut DWORD, pAuthzSvc: *mut DWORD, pServerPrincName: *mut *mut OLECHAR, pAuthnLevel: *mut DWORD, pImpLevel: *mut DWORD, pAuthInfo: *mut *mut c_void, pCapabilities: *mut DWORD) -> HRESULT, pub SetBlanket: unsafe extern "system" fn(This: *mut IClientSecurity, pProxy: *mut IUnknown, dwAuthnSvc: DWORD, dwAuthzSvc: DWORD, pServerPrincName: *mut OLECHAR, dwAuthnLevel: DWORD, dwImpLevel: DWORD, pAuthInfo: *mut c_void, dwCapabilities: DWORD) -> HRESULT, pub CopyProxy: unsafe extern "system" fn(This: *mut IClientSecurity, pProxy: *mut IUnknown, ppCopy: *mut *mut IUnknown) -> HRESULT, }

Fields

parent: IUnknownVtblQueryBlanket: unsafe extern "system" fn(This: *mut IClientSecurity, pProxy: *mut IUnknown, pAuthnSvc: *mut DWORD, pAuthzSvc: *mut DWORD, pServerPrincName: *mut *mut OLECHAR, pAuthnLevel: *mut DWORD, pImpLevel: *mut DWORD, pAuthInfo: *mut *mut c_void, pCapabilities: *mut DWORD) -> HRESULTSetBlanket: unsafe extern "system" fn(This: *mut IClientSecurity, pProxy: *mut IUnknown, dwAuthnSvc: DWORD, dwAuthzSvc: DWORD, pServerPrincName: *mut OLECHAR, dwAuthnLevel: DWORD, dwImpLevel: DWORD, pAuthInfo: *mut c_void, dwCapabilities: DWORD) -> HRESULTCopyProxy: unsafe extern "system" fn(This: *mut IClientSecurity, pProxy: *mut IUnknown, ppCopy: *mut *mut IUnknown) -> HRESULT

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.