RTL_GENERIC_COMPARE_RESULTS
NTAPI
ApphelpShimCacheCompareRoutine(
- _In_ PRTL_AVL_TABLE Table,
+ _In_ struct _RTL_AVL_TABLE *Table,
_In_ PVOID FirstStruct,
_In_ PVOID SecondStruct)
{
PVOID
NTAPI
ApphelpShimCacheAllocateRoutine(
- _In_ PRTL_AVL_TABLE Table,
+ _In_ struct _RTL_AVL_TABLE *Table,
_In_ CLONG ByteSize)
{
return ApphelpAlloc(ByteSize);
VOID
NTAPI
ApphelpShimCacheFreeRoutine(
- _In_ PRTL_AVL_TABLE Table,
+ _In_ struct _RTL_AVL_TABLE *Table,
_In_ PVOID Buffer)
{
ApphelpFree(Buffer);