MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / SoundControlType

Enum SoundControlType

source/script2.cpp:7067–7073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7065#pragma region Sound support functions - Vista and later
7066
7067enum class SoundControlType
7068{
7069 Volume,
7070 Mute,
7071 Name,
7072 IID
7073};
7074
7075LPWSTR SoundDeviceGetName(IMMDevice *aDev)
7076{

Callers 1

BIF_DECLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected