Home
last modified time | relevance | path

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

/reactos/dll/appcompat/shims/shimlib/
H A Dshimlib.c15 typedef struct UsedShim struct
22 } UsedShim, *pUsedShim; argument
121 pUsedShim shim = (pUsedShim)ShimLib_ShimMalloc(sizeof(UsedShim)); in ShimLib_GetHookAPIs()
145 pUsedShim pUsed = CONTAINING_RECORD(pEntry, UsedShim, Entry); in ShimLib_NotifyShims()