Home
last modified time | relevance | path

Searched defs:ord (Results 1 – 11 of 11) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dsubclass.c314 #define MAKEFUNC_ORD(f, ord) (p##f = (void*)GetProcAddress(hmod, (LPSTR)(ord))) in init_function_pointers() argument
H A Dmru.c84 #define X2(f, ord) p##f = (void*)GetProcAddress(hComctl32, (const char *)ord); in init_functions() argument
H A Ddpa.c67 #define X2(f, ord) p##f = (void*)GetProcAddress(hComCtl32, (const char *)ord); in init_functions() argument
H A Dupdown.c981 #define X2(f, ord) p##f = (void*)GetProcAddress(hComCtl32, (const char *)ord); in init_functions() argument
H A Dcombo.c494 #define X2(f, ord) p##f = (void*)GetProcAddress(hComCtl32, (const char *)ord); in init_functions() argument
H A Dbutton.c86 #define MAKEFUNC_ORD(f, ord) (p##f = (void*)GetProcAddress(hmod, (LPSTR)(ord))) in init_functions() argument
H A Dimagelist.c2402 #define X2(f, ord) p##f = (void*)GetProcAddress(hComCtl32, (const char *)ord); in init_functions() argument
/reactos/dll/win32/shdocvw/
H A Dshdocvw_main.c312 static void* fetch_shlwapi_ordinal(UINT_PTR ord) in fetch_shlwapi_ordinal()
/reactos/sdk/tools/fatten/fatfs/
H A Dff.c1344 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 Dsymbol.c498 const char* name, THUNK_ORDINAL ord, in symt_new_thunk()
/reactos/modules/rostests/winetests/shlwapi/
H A Dordinal.c2912 #define MAKEFUNC(f, ord) (p##f = (void*)GetProcAddress(hShlwapi, (LPSTR)(ord))) in init_pointers() argument