Home
last modified time | relevance | path

Searched refs:ARRAY (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/appcompat/apphelp/
H A Dshimeng.h21 } ARRAY, *PARRAY; typedef
54 ARRAY InExclude; /* INEXCLUDE */
65 ARRAY EnabledShims; /* PSHIMINFO */
73 ARRAY HookApis; /* PHOOKAPIEX */
H A Dshimeng.c37 static ARRAY g_pShimInfo; /* PSHIMMODULE */
38 static ARRAY g_pHookArray; /* HOOKMODULEINFO */
39 static ARRAY g_InExclude; /* INEXCLUDE */
1188 ARRAY ShimRefArray; in SeiInit()
/reactos/hal/halx86/legacy/bus/
H A Dbushndlr.c34 Size = ArraySize * sizeof(PARRAY) + sizeof(ARRAY); in HalpAllocateArray()
/reactos/hal/halx86/include/
H A Dbus.h265 } ARRAY, *PARRAY; typedef
/reactos/modules/rostests/winetests/oleaut32/
H A Dvartest.c530 CASE(ARRAY); in vtstr()
3220 VARMOD2(ARRAY,I4,100,10,EMPTY,0,DISP_E_BADVARTYPE); in test_VarMod()