Searched defs:hUser (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDisplay.cpp75 HMODULE hUser = GetModuleHandle("user32.dll"); local
79 if (NULL == hUser)
86 *(uintptr_t *)&gCtx.pfnChangeDisplaySettingsEx = (uintptr_t)GetProcAddress(hUser, "ChangeDisplaySettingsExA");
89 *(uintptr_t *)&gCtx.pfnEnumDisplayDevices = (uintptr_t)GetProcAddress(hUser, "EnumDisplayDevicesA");
H A DVBoxDispIf.cpp615 HMODULE hUser = GetModuleHandle("user32.dll"); local
616 if (hUser)
618 *(uintptr_t *)&pIf->modeData.wddm.pfnChangeDisplaySettingsEx = (uintptr_t)GetProcAddress(hUser, "ChangeDisplaySettingsExA");
622 *(uintptr_t *)&pIf->modeData.wddm.pfnEnumDisplayDevices = (uintptr_t)GetProcAddress(hUser, "EnumDisplayDevicesA");
628 *(uintptr_t *)&gCtx.pfnSetDisplayConfig = (uintptr_t)GetProcAddress(hUser, "SetDisplayConfig");
632 *(uintptr_t *)&gCtx.pfnQueryDisplayConfig = (uintptr_t)GetProcAddress(hUser, "QueryDisplayConfig");
636 *(uintptr_t *)&gCtx.pfnGetDisplayConfigBufferSizes = (uintptr_t)GetProcAddress(hUser, "GetDisplayConfigBufferSizes");
1952 HMODULE hUser = GetModuleHandle("user32.dll"); local
1953 if (NULL != hUser)
1956 *(uintptr_t *)&pIf->modeData.xpdm.pfnChangeDisplaySettingsEx = (uintptr_t)GetProcAddress(hUser, "ChangeDisplaySettingsEx
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMouseHandler.cpp755 HMODULE hUser = GetModuleHandle(L"user32.dll"); local
756 if (hUser)
758 (PFNGetCurrentInputMessageSource)GetProcAddress(hUser, "GetCurrentInputMessageSource");
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dddeml.h334 DWORD_PTR hUser; member in struct:tagCONVINFO
/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp622 HMODULE hUser = GetModuleHandle("user32.dll"); local
624 if (hUser)
626 *(uintptr_t *)&gpfnChangeDisplaySettingsEx = (uintptr_t)GetProcAddress(hUser, "ChangeDisplaySettingsExA");
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dddeml.h334 DWORD_PTR hUser; member in struct:tagCONVINFO

Completed in 52 milliseconds