Searched refs:DEFINE_CUSTOM_THUNK (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sal/systools/win32/uwinapi/ |
H A D | macros.h | 156 #define DEFINE_CUSTOM_THUNK( module, resolve, rettype, calltype, func, params ) \ macro 172 #define DEFINE_CUSTOM_THUNK( module, resolve, rettype, calltype, func, params ) \ macro
|
H A D | GetUserDomainA.cpp | 41 DEFINE_CUSTOM_THUNK( kernel32, GetUserDomainA, DWORD, WINAPI, GetUserDomainA, ( LPSTR lpBuffer, DWO…
|
H A D | GetUserDomainW.cpp | 42 DEFINE_CUSTOM_THUNK( kernel32, GetUserDomainW, DWORD, WINAPI, GetUserDomainW, ( LPWSTR lpBuffer, DW…
|
H A D | SHILCreateFromPathW.cpp | 53 DEFINE_CUSTOM_THUNK( kernel32, GetLongPathNameW, DWORD, WINAPI, GetLongPathNameW, ( LPCWSTR lpShort…
|
H A D | GetLongPathNameW.cpp | 59 DEFINE_CUSTOM_THUNK( kernel32, GetLongPathNameW, DWORD, WINAPI, GetLongPathNameW, ( LPCWSTR lpShort…
|
H A D | GetProcessId.cpp | 160 DEFINE_CUSTOM_THUNK( kernel32, GetProcessId, DWORD, WINAPI, GetProcessId, ( HANDLE hProcess ) );
|
H A D | Uwinapi.h | 146 #define DEFINE_CUSTOM_THUNK( module, resolve, rettype, calltype, func, params ) \ macro
|
Completed in 17 milliseconds