Struct winapi::mmdeviceapi::IMMDevice
[−]
[src]
pub struct IMMDevice { pub lpVtbl: *const IMMDeviceVtbl, }
Fields
lpVtbl |
pub struct IMMDevice { pub lpVtbl: *const IMMDeviceVtbl, }
lpVtbl |
impl IMMDevice
unsafe fn Activate(&mut self, iid: REFIID, dwClsCtx: DWORD, pActivationParams: *mut PROPVARIANT, ppInterface: *mut LPVOID) -> HRESULT
unsafe fn OpenPropertyStore(&mut self, stgmAccess: DWORD, ppProperties: *mut *mut IPropertyStore) -> HRESULT
unsafe fn GetId(&mut self, ppstrId: *mut LPWSTR) -> HRESULT
unsafe fn GetState(&mut self, pdwState: *mut DWORD) -> HRESULT
unsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT
unsafe fn AddRef(&mut self) -> ULONG
unsafe fn Release(&mut self) -> ULONG
impl Deref for IMMDevice
impl DerefMut for IMMDevice
impl 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
)