#[repr(C)]
pub struct IServerSecurityVtbl {
pub parent: IUnknownVtbl,
pub QueryBlanket: unsafe extern "system" fn(This: *mut IServerSecurity, pAuthnSvc: *mut DWORD, pAuthzSvc: *mut DWORD, pServerPrincName: *mut *mut OLECHAR, pAuthnLevel: *mut DWORD, pImpLevel: *mut DWORD, pPrivs: *mut *mut c_void, pCapabilities: *mut DWORD) -> HRESULT,
pub ImpersonateClient: unsafe extern "system" fn(This: *mut IServerSecurity) -> HRESULT,
pub RevertToSelf: unsafe extern "system" fn(This: *mut IServerSecurity) -> HRESULT,
pub IsImpersonating: unsafe extern "system" fn(This: *mut IServerSecurity) -> BOOL,
}
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.