GetDebuggerCacheSize - NtDoc

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

BOOL GetDebuggerCacheSize(
  [out] OUT PULONG64 CacheSize
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdbgexts-getdebuggercachesize)

GetDebuggerCacheSize function

Description

The GetDebuggerCacheSize function returns the size of the cache that is used by the debugger to hold data that was obtained from the target.

Parameters

CacheSize [out]

Receives the size of the debugger's cache.

Return value

If the function succeeds, the return value is TRUE; otherwise, it is FALSE.

Remarks

The size of the cache can be set and retrieved by using the .cache command.

Each target process has its own cache. The returned size is the size of the cache for the current target.

See also

.cache (Set Cache Size)