[][src]Struct winapi::um::wbemcli::IWbemObjectAccessVtbl

#[repr(C)]
pub struct IWbemObjectAccessVtbl { pub parent: IWbemClassObjectVtbl, pub GetPropertyHandle: unsafe extern "system" fn(This: *mut IWbemObjectAccess, wszPropertyName: LPCWSTR, pType: *mut CIMTYPE, plHandle: *mut c_long) -> HRESULT, pub WritePropertyValue: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lHandle: c_long, lNumBytes: c_long, aData: *const byte) -> HRESULT, pub ReadPropertyValue: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lHandle: c_long, lBufferSize: c_long, plNumBytes: *mut c_long, aData: *mut byte) -> HRESULT, pub ReadDWORD: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lHandle: c_long, pdw: *mut DWORD) -> HRESULT, pub WriteDWORD: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lHandle: c_long, dw: DWORD) -> HRESULT, pub ReadQWORD: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lHandle: c_long, pqw: *mut __uint64) -> HRESULT, pub WriteQWORD: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lHandle: c_long, pw: __uint64) -> HRESULT, pub GetPropertyInfoByHandle: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lHandle: c_long, pstrName: *mut BSTR, pType: *mut CIMTYPE) -> HRESULT, pub Lock: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lFlags: c_long) -> HRESULT, pub Unlock: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lFlags: c_long) -> HRESULT, }

Fields

parent: IWbemClassObjectVtblGetPropertyHandle: unsafe extern "system" fn(This: *mut IWbemObjectAccess, wszPropertyName: LPCWSTR, pType: *mut CIMTYPE, plHandle: *mut c_long) -> HRESULTWritePropertyValue: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lHandle: c_long, lNumBytes: c_long, aData: *const byte) -> HRESULTReadPropertyValue: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lHandle: c_long, lBufferSize: c_long, plNumBytes: *mut c_long, aData: *mut byte) -> HRESULTReadDWORD: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lHandle: c_long, pdw: *mut DWORD) -> HRESULTWriteDWORD: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lHandle: c_long, dw: DWORD) -> HRESULTReadQWORD: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lHandle: c_long, pqw: *mut __uint64) -> HRESULTWriteQWORD: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lHandle: c_long, pw: __uint64) -> HRESULTGetPropertyInfoByHandle: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lHandle: c_long, pstrName: *mut BSTR, pType: *mut CIMTYPE) -> HRESULTLock: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lFlags: c_long) -> HRESULTUnlock: unsafe extern "system" fn(This: *mut IWbemObjectAccess, lFlags: c_long) -> HRESULT

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]