- AddRef
ULONG function(This_) AddRef;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetMasterVolume
HRESULT function(This_, float* pfLevel) GetMasterVolume;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetMute
HRESULT function(This_, BOOL* pbMute) GetMute;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- QueryInterface
HRESULT function(This_, REFIID riid, void** ppvObject) QueryInterface;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Release
ULONG function(This_) Release;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetMasterVolume
HRESULT function(This_, float fLevel, LPCGUID EventContext) SetMasterVolume;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetMute
HRESULT function(This_, BOOL bMute, LPCGUID EventContext) SetMute;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.