Home
last modified time | relevance | path

Searched refs:HOOKAPI (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/appcompat/apphelp/
H A Dshimeng.h39 C_ASSERT(sizeof(HOOKAPIEX) == sizeof(HOOKAPI));
40 C_ASSERT(offsetof(HOOKAPIEX, pShimInfo) == offsetof(HOOKAPI, Reserved));
/reactos/dll/appcompat/shims/shimlib/
H A Dimplement_shim.inl40 SHIM_OBJ_NAME(g_pAPIHooks) = (PHOOKAPI)ShimLib_ShimMalloc(sizeof(HOOKAPI) * SHIM_NUM_HOOKS);
42 ZeroMemory(SHIM_OBJ_NAME(g_pAPIHooks), sizeof(HOOKAPI) * SHIM_NUM_HOOKS);
H A Dshimlib.h23 } HOOKAPI, *PHOOKAPI; typedef
/reactos/modules/rostests/apitests/appshim/
H A Dappshim_apitest.h15 } HOOKAPI, *PHOOKAPI; typedef