ExQueryPoolBlockSize - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

SIZE_T ExQueryPoolBlockSize(
  PVOID    PoolBlock,
  PBOOLEAN QuotaCharged
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-exquerypoolblocksize)

ExQueryPoolBlockSize function

Description

ExQueryPoolBlockSize is obsolete and has never been documented. This routine is exported only to support a small number of legacy drivers. If you call it in Microsoft Windows 2000 and the block is in special pool, the system will crash. Do not use this routine in your driver.

Parameters

PoolBlock

Reserved.

QuotaCharged

Reserved.

Return value

Reserved.