Searched refs:_avrtLibrary (Results 1 – 2 of 2) sorted by relevance
437 _avrtLibrary(NULL), in AudioDeviceWindowsCore()478 if (!_avrtLibrary) in AudioDeviceWindowsCore()481 _avrtLibrary = LoadLibrary(TEXT("Avrt.dll")); in AudioDeviceWindowsCore()482 if (_avrtLibrary) in AudioDeviceWindowsCore()488 …eadCharacteristics = (PAvRevertMmThreadCharacteristics)GetProcAddress(_avrtLibrary, "AvRevertMmThr… in AudioDeviceWindowsCore()489 …readCharacteristicsA = (PAvSetMmThreadCharacteristicsA)GetProcAddress(_avrtLibrary, "AvSetMmThread… in AudioDeviceWindowsCore()490 …_PAvSetMmThreadPriority = (PAvSetMmThreadPriority)GetProcAddress(_avrtLibrary, "AvSetMmThreadPrior… in AudioDeviceWindowsCore()623 if (_avrtLibrary) in ~AudioDeviceWindowsCore()625 BOOL freeOK = FreeLibrary(_avrtLibrary); in ~AudioDeviceWindowsCore()
217 HMODULE _avrtLibrary; variable