RtlpHpFreeWithExceptionProtection

UINT64 __stdcall RtlpHpFreeWithExceptionProtection(
        VOID *HeapHandle,
        VOID *BaseAddress,
        UINT64 Flags,
        UINT64 *a4,
        UINT16 *a5,
        VOID *a6,
        INT64 a7,
        INT64 a8){
  UINT64 result; 
  UINT16 *v9; 
  VOID *v10; 
  INT64 v11; 
  INT64 v12; 

  LODWORD(result) = RtlpFreeHeapInternal(HeapHandle, BaseAddress, Flags, a4, v9, v10, v11, v12);
  return result;
}

Referenced by:

No references.