Struct winapi::mmdeviceapi::IMMDevice
[−]
[src]
pub struct IMMDevice {
pub lpVtbl: *const IMMDeviceVtbl,
}Fields
lpVtbl |
pub struct IMMDevice {
pub lpVtbl: *const IMMDeviceVtbl,
}lpVtbl |
impl IMMDeviceunsafe fn Activate(&mut self, iid: REFIID, dwClsCtx: DWORD, pActivationParams: *mut PROPVARIANT, ppInterface: *mut LPVOID) -> HRESULTunsafe fn OpenPropertyStore(&mut self, stgmAccess: DWORD, ppProperties: *mut *mut IPropertyStore) -> HRESULTunsafe fn GetId(&mut self, ppstrId: *mut LPWSTR) -> HRESULTunsafe fn GetState(&mut self, pdwState: *mut DWORD) -> HRESULTunsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULTunsafe fn AddRef(&mut self) -> ULONGunsafe fn Release(&mut self) -> ULONGimpl Deref for IMMDeviceimpl DerefMut for IMMDeviceimpl Debug for IMMDevice
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)