Searched refs:_avrtLibrary (Results 1 – 2 of 2) sorted by relevance
443 _avrtLibrary(NULL), in AudioDeviceWindowsCore()484 if (!_avrtLibrary) in AudioDeviceWindowsCore()487 _avrtLibrary = LoadLibrary(TEXT("Avrt.dll")); in AudioDeviceWindowsCore()488 if (_avrtLibrary) in AudioDeviceWindowsCore()494 …eadCharacteristics = (PAvRevertMmThreadCharacteristics)GetProcAddress(_avrtLibrary, "AvRevertMmThr… in AudioDeviceWindowsCore()495 …readCharacteristicsA = (PAvSetMmThreadCharacteristicsA)GetProcAddress(_avrtLibrary, "AvSetMmThread… in AudioDeviceWindowsCore()496 …_PAvSetMmThreadPriority = (PAvSetMmThreadPriority)GetProcAddress(_avrtLibrary, "AvSetMmThreadPrior… in AudioDeviceWindowsCore()629 if (_avrtLibrary) in ~AudioDeviceWindowsCore()631 BOOL freeOK = FreeLibrary(_avrtLibrary); in ~AudioDeviceWindowsCore()
217 HMODULE _avrtLibrary; variable