Searched refs:dwLangID (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 276 const DWORD dwLangID = MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US); in CoreAudioIsSupported() local 280 DWORD messageLength = ::FormatMessageW(dwFlags, 0, hr, dwLangID, errorText, in CoreAudioIsSupported() 4126 const DWORD dwLangID = MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US); in _TraceCOMError() local 4130 DWORD messageLength = ::FormatMessageW(dwFlags, 0, hr, dwLangID, errorText, in _TraceCOMError()
|