GetDebuggerCacheSize function (wdbgexts.h)
The GetDebuggerCacheSize function returns the size of the cache that is used by the debugger to hold data that was obtained from the target.
C++
BOOL GetDebuggerCacheSize(
[out] OUT PULONG64 CacheSize
);
[out] CacheSize
Receives the size of the debugger's cache.
If the function succeeds, the return value is TRUE; otherwise, it is FALSE.
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.
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | wdbgexts.h (include Wdbgexts.h, Dbgeng.h) |