#[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,
}
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.