[][src]Struct winapi::um::wbemdisp::ISWbemObjectPath

#[repr(C)]
pub struct ISWbemObjectPath { pub lpVtbl: *const ISWbemObjectPathVtbl, }

Fields

lpVtbl: *const ISWbemObjectPathVtbl

Methods

impl ISWbemObjectPath[src]

pub unsafe fn get_Path(&self, strPath: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_Path(&self, strPath: BSTR) -> HRESULT[src]

pub unsafe fn get_RelPath(&self, strRelPath: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_RelPath(&self, strRelPath: BSTR) -> HRESULT[src]

pub unsafe fn get_Server(&self, strServer: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_Server(&self, strServer: BSTR) -> HRESULT[src]

pub unsafe fn get_Namespace(&self, strNamespace: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_Namespace(&self, strNamespace: BSTR) -> HRESULT[src]

pub unsafe fn get_ParentNamespace(
    &self,
    strParentNamespace: *mut BSTR
) -> HRESULT
[src]

pub unsafe fn get_DisplayName(&self, strDisplayName: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_DisplayName(&self, strDisplayName: BSTR) -> HRESULT[src]

pub unsafe fn get_Class(&self, strClass: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_Class(&self, strClass: BSTR) -> HRESULT[src]

pub unsafe fn get_IsClass(&self, bIsClass: *mut VARIANT_BOOL) -> HRESULT[src]

pub unsafe fn SetAsClass(&self) -> HRESULT[src]

pub unsafe fn get_IsSingleton(&self, bIsSingleton: *mut VARIANT_BOOL) -> HRESULT[src]

pub unsafe fn SetAsSingleton(&self) -> HRESULT[src]

pub unsafe fn get_Keys(
    &self,
    objWbemNamedValueSet: *mut *mut ISWbemNamedValueSet
) -> HRESULT
[src]

pub unsafe fn get_Security_(
    &self,
    objWbemSecurity: *mut *mut ISWbemSecurity
) -> HRESULT
[src]

pub unsafe fn get_Locale(&self, strLocale: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_Locale(&self, strLocale: BSTR) -> HRESULT[src]

pub unsafe fn get_Authority(&self, strAuthority: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_Authority(&self, strAuthority: BSTR) -> HRESULT[src]

Methods from Deref<Target = IDispatch>

pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut UINT) -> HRESULT[src]

pub unsafe fn GetTypeInfo(
    &self,
    iTInfo: UINT,
    lcid: LCID,
    ppTInfo: *mut *mut ITypeInfo
) -> HRESULT
[src]

pub unsafe fn GetIDsOfNames(
    &self,
    riid: REFIID,
    rgszNames: *mut LPOLESTR,
    cNames: UINT,
    lcid: LCID,
    rgDispId: *mut DISPID
) -> HRESULT
[src]

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
[src]

Trait Implementations

impl Interface for ISWbemObjectPath[src]

impl Deref for ISWbemObjectPath[src]

type Target = IDispatch

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]