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

#[repr(C)]
pub struct ISWbemObjectPathVtbl {
    pub parent: IDispatchVtbl,
    pub get_Path: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strPath: *mut BSTR) -> HRESULT,
    pub put_Path: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strPath: BSTR) -> HRESULT,
    pub get_RelPath: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strRelPath: *mut BSTR) -> HRESULT,
    pub put_RelPath: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strRelPath: BSTR) -> HRESULT,
    pub get_Server: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strServer: *mut BSTR) -> HRESULT,
    pub put_Server: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strServer: BSTR) -> HRESULT,
    pub get_Namespace: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strNamespace: *mut BSTR) -> HRESULT,
    pub put_Namespace: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strNamespace: BSTR) -> HRESULT,
    pub get_ParentNamespace: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strParentNamespace: *mut BSTR) -> HRESULT,
    pub get_DisplayName: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strDisplayName: *mut BSTR) -> HRESULT,
    pub put_DisplayName: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strDisplayName: BSTR) -> HRESULT,
    pub get_Class: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strClass: *mut BSTR) -> HRESULT,
    pub put_Class: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strClass: BSTR) -> HRESULT,
    pub get_IsClass: unsafe extern "system" fn(This: *mut ISWbemObjectPath, bIsClass: *mut VARIANT_BOOL) -> HRESULT,
    pub SetAsClass: unsafe extern "system" fn(This: *mut ISWbemObjectPath) -> HRESULT,
    pub get_IsSingleton: unsafe extern "system" fn(This: *mut ISWbemObjectPath, bIsSingleton: *mut VARIANT_BOOL) -> HRESULT,
    pub SetAsSingleton: unsafe extern "system" fn(This: *mut ISWbemObjectPath) -> HRESULT,
    pub get_Keys: unsafe extern "system" fn(This: *mut ISWbemObjectPath, objWbemNamedValueSet: *mut *mut ISWbemNamedValueSet) -> HRESULT,
    pub get_Security_: unsafe extern "system" fn(This: *mut ISWbemObjectPath, objWbemSecurity: *mut *mut ISWbemSecurity) -> HRESULT,
    pub get_Locale: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strLocale: *mut BSTR) -> HRESULT,
    pub put_Locale: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strLocale: BSTR) -> HRESULT,
    pub get_Authority: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strAuthority: *mut BSTR) -> HRESULT,
    pub put_Authority: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strAuthority: BSTR) -> HRESULT,
}

Fields

parent: IDispatchVtblget_Path: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strPath: *mut BSTR) -> HRESULTput_Path: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strPath: BSTR) -> HRESULTget_RelPath: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strRelPath: *mut BSTR) -> HRESULTput_RelPath: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strRelPath: BSTR) -> HRESULTget_Server: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strServer: *mut BSTR) -> HRESULTput_Server: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strServer: BSTR) -> HRESULTget_Namespace: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strNamespace: *mut BSTR) -> HRESULTput_Namespace: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strNamespace: BSTR) -> HRESULTget_ParentNamespace: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strParentNamespace: *mut BSTR) -> HRESULTget_DisplayName: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strDisplayName: *mut BSTR) -> HRESULTput_DisplayName: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strDisplayName: BSTR) -> HRESULTget_Class: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strClass: *mut BSTR) -> HRESULTput_Class: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strClass: BSTR) -> HRESULTget_IsClass: unsafe extern "system" fn(This: *mut ISWbemObjectPath, bIsClass: *mut VARIANT_BOOL) -> HRESULTSetAsClass: unsafe extern "system" fn(This: *mut ISWbemObjectPath) -> HRESULTget_IsSingleton: unsafe extern "system" fn(This: *mut ISWbemObjectPath, bIsSingleton: *mut VARIANT_BOOL) -> HRESULTSetAsSingleton: unsafe extern "system" fn(This: *mut ISWbemObjectPath) -> HRESULTget_Keys: unsafe extern "system" fn(This: *mut ISWbemObjectPath, objWbemNamedValueSet: *mut *mut ISWbemNamedValueSet) -> HRESULTget_Security_: unsafe extern "system" fn(This: *mut ISWbemObjectPath, objWbemSecurity: *mut *mut ISWbemSecurity) -> HRESULTget_Locale: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strLocale: *mut BSTR) -> HRESULTput_Locale: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strLocale: BSTR) -> HRESULTget_Authority: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strAuthority: *mut BSTR) -> HRESULTput_Authority: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strAuthority: BSTR) -> HRESULT

Auto Trait Implementations

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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