Struct winapi::IMMDeviceVtbl [-] [+] [src]

pub struct IMMDeviceVtbl {
    pub QueryInterface: unsafe  extern "system" fn(This: *mut IMMDevice, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT,
    pub AddRef: unsafe  extern "system" fn(This: *mut IMMDevice) -> ULONG,
    pub Release: unsafe  extern "system" fn(This: *mut IMMDevice) -> ULONG,
    pub Activate: unsafe  extern "system" fn(This: *mut IMMDevice, iid: REFIID, dwClsCtx: DWORD, pActivationParams: *mut PROPVARIANT, ppInterface: *mut LPVOID) -> HRESULT,
    pub OpenPropertyStore: unsafe  extern "system" fn(This: *mut IMMDevice, stgmAccess: DWORD, ppProperties: *mut *mut IPropertyStore) -> HRESULT,
    pub GetId: unsafe  extern "system" fn(This: *mut IMMDevice, ppstrId: *mut LPWSTR) -> HRESULT,
    pub GetState: unsafe  extern "system" fn(This: *mut IMMDevice, pdwState: *mut DWORD) -> HRESULT,
}

Fields

QueryInterface
AddRef
Release
Activate
OpenPropertyStore
GetId
GetState