#[repr(C)]pub struct ISWbemSecurity {
pub lpVtbl: *const ISWbemSecurityVtbl,
}
Fields§
§lpVtbl: *const ISWbemSecurityVtbl
Implementations§
Source§impl ISWbemSecurity
impl ISWbemSecurity
pub unsafe fn get_ImpersonationLevel( &self, iImpersonationLevel: *mut WbemImpersonationLevelEnum, ) -> HRESULT
pub unsafe fn put_ImpersonationLevel( &self, iImpersonationLevel: WbemImpersonationLevelEnum, ) -> HRESULT
pub unsafe fn get_AuthenticationLevel( &self, iAuthenticationLevel: *mut WbemAuthenticationLevelEnum, ) -> HRESULT
pub unsafe fn put_AuthenticationLevel( &self, iAuthenticationLevel: WbemAuthenticationLevelEnum, ) -> HRESULT
pub unsafe fn get_Privileges( &self, objWbemPrivilegeSet: *mut *mut ISWbemPrivilegeSet, ) -> HRESULT
Methods from Deref<Target = IDispatch>§
pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut UINT) -> HRESULT
pub unsafe fn GetTypeInfo( &self, iTInfo: UINT, lcid: LCID, ppTInfo: *mut *mut ITypeInfo, ) -> HRESULT
pub unsafe fn GetIDsOfNames( &self, riid: REFIID, rgszNames: *mut LPOLESTR, cNames: UINT, lcid: LCID, rgDispId: *mut DISPID, ) -> HRESULT
pub unsafe fn Invoke( &self, dispIdMember: DISPID, riid: REFIID, lcid: LCID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISWbemSecurity
impl Deref for ISWbemSecurity
Auto Trait Implementations§
impl Freeze for ISWbemSecurity
impl RefUnwindSafe for ISWbemSecurity
impl !Send for ISWbemSecurity
impl !Sync for ISWbemSecurity
impl Unpin for ISWbemSecurity
impl UnwindSafe for ISWbemSecurity
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more