MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / GetVolume

Method GetVolume

source/Windows/DXSoundBuffer.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133HRESULT DXSoundBuffer::GetVolume(LONG* lplVolume)
134{
135 return m_pBuffer->GetVolume(lplVolume);
136}
137
138HRESULT DXSoundBuffer::GetStatus(LPDWORD lpdwStatus)
139{

Callers 2

Snapshot_LoadState_v2Function · 0.45
SoundCore_SetFadeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected