Searched defs:ord (Results 1 – 11 of 11) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | subclass.c | 314 #define MAKEFUNC_ORD(f, ord) (p##f = (void*)GetProcAddress(hmod, (LPSTR)(ord))) in init_function_pointers() argument
|
H A D | mru.c | 84 #define X2(f, ord) p##f = (void*)GetProcAddress(hComctl32, (const char *)ord); in init_functions() argument
|
H A D | dpa.c | 67 #define X2(f, ord) p##f = (void*)GetProcAddress(hComCtl32, (const char *)ord); in init_functions() argument
|
H A D | updown.c | 981 #define X2(f, ord) p##f = (void*)GetProcAddress(hComCtl32, (const char *)ord); in init_functions() argument
|
H A D | combo.c | 494 #define X2(f, ord) p##f = (void*)GetProcAddress(hComCtl32, (const char *)ord); in init_functions() argument
|
H A D | button.c | 86 #define MAKEFUNC_ORD(f, ord) (p##f = (void*)GetProcAddress(hmod, (LPSTR)(ord))) in init_functions() argument
|
H A D | imagelist.c | 2402 #define X2(f, ord) p##f = (void*)GetProcAddress(hComCtl32, (const char *)ord); in init_functions() argument
|
/reactos/dll/win32/shdocvw/ |
H A D | shdocvw_main.c | 312 static void* fetch_shlwapi_ordinal(UINT_PTR ord) in fetch_shlwapi_ordinal()
|
/reactos/sdk/tools/fatten/fatfs/ |
H A D | ff.c | 1344 BYTE ord, /* LFN order (1-20) */ in fit_lfn() 1465 BYTE a, ord, sum; in dir_find() local 1527 BYTE ord = 0xFF, sum = 0xFF; in dir_read() local
|
/reactos/dll/win32/dbghelp/ |
H A D | symbol.c | 498 const char* name, THUNK_ORDINAL ord, in symt_new_thunk()
|
/reactos/modules/rostests/winetests/shlwapi/ |
H A D | ordinal.c | 2912 #define MAKEFUNC(f, ord) (p##f = (void*)GetProcAddress(hShlwapi, (LPSTR)(ord))) in init_pointers() argument
|