Searched refs:GET_PROC (Results 1 – 10 of 10) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | monitor.c | 45 #define GET_PROC(func) \ in init_function_pointers() macro 50 GET_PROC(ChangeDisplaySettingsExA) in init_function_pointers() 51 GET_PROC(ChangeDisplaySettingsExW) in init_function_pointers() 52 GET_PROC(EnumDisplayDevicesA) in init_function_pointers() 53 GET_PROC(EnumDisplayMonitors) in init_function_pointers() 55 GET_PROC(GetMonitorInfoA) in init_function_pointers() 56 GET_PROC(GetMonitorInfoW) in init_function_pointers() 57 GET_PROC(MonitorFromPoint) in init_function_pointers() 58 GET_PROC(MonitorFromRect) in init_function_pointers() 59 GET_PROC(MonitorFromWindow) in init_function_pointers() [all …]
|
H A D | input.c | 156 #define GET_PROC(func) \ in init_function_pointers() macro 160 GET_PROC(GetCurrentInputMessageSource); in init_function_pointers() 161 GET_PROC(GetMouseMovePointsEx); in init_function_pointers() 162 GET_PROC(GetPointerType); in init_function_pointers() 163 GET_PROC(GetRawInputDeviceList); in init_function_pointers() 164 GET_PROC(GetRawInputDeviceInfoW); in init_function_pointers() 165 GET_PROC(GetRawInputDeviceInfoA); in init_function_pointers() 166 GET_PROC(GetWindowRgnBox); in init_function_pointers() 167 #undef GET_PROC in init_function_pointers()
|
H A D | msg.c | 2026 #define GET_PROC(dll, func) \ in init_procs() macro 2032 GET_PROC(user32, GetAncestor) in init_procs() 2033 GET_PROC(user32, GetMenuInfo) in init_procs() 2034 GET_PROC(user32, NotifyWinEvent) in init_procs() 2035 GET_PROC(user32, SetMenuInfo) in init_procs() 2036 GET_PROC(user32, SetWinEventHook) in init_procs() 2037 GET_PROC(user32, TrackMouseEvent) in init_procs() 2038 GET_PROC(user32, UnhookWinEvent) in init_procs() 2042 GET_PROC(user32, SetSystemTimer) in init_procs() 2046 GET_PROC(kernel32, GetCPInfoExA) in init_procs() [all …]
|
/reactos/modules/rostests/winetests/opengl32/ |
H A D | opengl.c | 60 #define GET_PROC(func) \ in init_functions() macro 73 GET_PROC(wglGetCurrentReadDCARB); in init_functions() 76 GET_PROC(wglChoosePixelFormatARB) in init_functions() 80 GET_PROC(wglCreatePbufferARB) in init_functions() 81 GET_PROC(wglGetPbufferDCARB) in init_functions() 82 GET_PROC(wglReleasePbufferDCARB) in init_functions() 85 GET_PROC(wglSwapIntervalEXT) in init_functions() 86 GET_PROC(wglGetSwapIntervalEXT) in init_functions() 90 GET_PROC(glDebugMessageControlARB) in init_functions() 91 GET_PROC(glDebugMessageInsertARB) in init_functions() [all …]
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shellpath.c | 190 #define GET_PROC(func) \ in loadShell32() macro 195 GET_PROC(DllGetVersion) in loadShell32() 196 GET_PROC(SHGetFolderPathA) in loadShell32() 197 GET_PROC(SHGetFolderPathEx) in loadShell32() 198 GET_PROC(SHGetFolderLocation) in loadShell32() 199 GET_PROC(SHGetKnownFolderPath) in loadShell32() 200 GET_PROC(SHSetKnownFolderPath) in loadShell32() 203 GET_PROC(ILFindLastID) in loadShell32() 206 GET_PROC(SHFileOperationA) in loadShell32() 207 GET_PROC(SHGetMalloc) in loadShell32() [all …]
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | version.c | 28 #define GET_PROC(func) \ macro 37 GET_PROC(GetProductInfo); in init_function_pointers() 41 GET_PROC(RtlGetVersion); in init_function_pointers()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | SystemMenu.c | 74 #define GET_PROC(dll, func) \ in init_procs() macro 80 GET_PROC(user32, GetAncestor) in init_procs() 81 GET_PROC(user32, UnhookWinEvent) in init_procs() 83 #undef GET_PROC in init_procs()
|
/reactos/modules/rostests/winetests/crypt32/ |
H A D | message.c | 37 #define GET_PROC(dll, func) \ in init_function_pointers() macro 42 GET_PROC(hAdvapi32, CryptAcquireContextA) in init_function_pointers() 44 #undef GET_PROC in init_function_pointers()
|
H A D | cert.c | 47 #define GET_PROC(dll, func) \ in init_function_pointers() macro 52 GET_PROC(hCrypt32, CertCreateSelfSignCertificate) in init_function_pointers() 53 GET_PROC(hCrypt32, CertGetValidUsages) in init_function_pointers() 54 GET_PROC(hCrypt32, CryptAcquireCertificatePrivateKey) in init_function_pointers() 55 GET_PROC(hCrypt32, CryptEncodeObjectEx) in init_function_pointers() 56 GET_PROC(hCrypt32, CryptVerifyCertificateSignatureEx) in init_function_pointers() 58 GET_PROC(hAdvapi32, CryptAcquireContextA) in init_function_pointers() 60 #undef GET_PROC in init_function_pointers()
|
H A D | msg.c | 45 #define GET_PROC(dll, func) \ in init_function_pointers() macro 50 GET_PROC(hAdvapi32, CryptAcquireContextA) in init_function_pointers() 51 GET_PROC(hAdvapi32, CryptAcquireContextW) in init_function_pointers() 53 #undef GET_PROC in init_function_pointers()
|