#[repr(C)]pub struct IWbemLevel1Login {
pub lpVtbl: *const IWbemLevel1LoginVtbl,
}Fields§
§lpVtbl: *const IWbemLevel1LoginVtblImplementations§
Source§impl IWbemLevel1Login
impl IWbemLevel1Login
pub unsafe fn EstablishPosition( &self, wszLocaleList: LPWSTR, dwNumLocales: DWORD, reserved: *mut DWORD, ) -> HRESULT
pub unsafe fn RequestChallenge( &self, wszNetworkResource: LPWSTR, wszUser: LPWSTR, Nonce: WBEM_128BITS, ) -> HRESULT
pub unsafe fn WBEMLogin( &self, wszPreferredLocale: LPWSTR, AccessToken: WBEM_128BITS, lFlags: c_long, pCtx: *mut IWbemContext, ppNamespace: *mut *mut IWbemServices, ) -> HRESULT
pub unsafe fn NTLMLogin( &self, wszNetworkResource: LPWSTR, wszPreferredLocale: LPWSTR, lFlags: c_long, pCtx: *mut IWbemContext, ppNamespace: *mut *mut IWbemServices, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IWbemLevel1Login
impl Deref for IWbemLevel1Login
Auto Trait Implementations§
impl Freeze for IWbemLevel1Login
impl RefUnwindSafe for IWbemLevel1Login
impl !Send for IWbemLevel1Login
impl !Sync for IWbemLevel1Login
impl Unpin for IWbemLevel1Login
impl UnwindSafe for IWbemLevel1Login
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