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

#[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, }

Fields

parent: IUnknownVtblQueryBlanket: 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) -> HRESULTImpersonateClient: unsafe extern "system" fn(This: *mut IServerSecurity) -> HRESULTRevertToSelf: unsafe extern "system" fn(This: *mut IServerSecurity) -> HRESULTIsImpersonating: unsafe extern "system" fn(This: *mut IServerSecurity) -> BOOL

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.