Searched refs:_avrtLibrary (Results 1 – 2 of 2) sorted by relevance
346 : _avrtLibrary(NULL), in AudioDeviceWindowsCore()401 if (!_avrtLibrary) { in AudioDeviceWindowsCore()403 _avrtLibrary = LoadLibrary(TEXT("Avrt.dll")); in AudioDeviceWindowsCore()404 if (_avrtLibrary) { in AudioDeviceWindowsCore()412 _avrtLibrary, "AvRevertMmThreadCharacteristics"); in AudioDeviceWindowsCore()415 _avrtLibrary, "AvSetMmThreadCharacteristicsA"); in AudioDeviceWindowsCore()417 _avrtLibrary, "AvSetMmThreadPriority"); in AudioDeviceWindowsCore()534 if (_avrtLibrary) { in ~AudioDeviceWindowsCore()535 BOOL freeOK = FreeLibrary(_avrtLibrary); in ~AudioDeviceWindowsCore()
183 HMODULE _avrtLibrary; variable