Debugging Tools for Windows |
The ReadControlSpace64 function reads the processor-specific control space into the array pointed to by buf.
VOID
ReadControlSpace (
USHORT processor,
ULONG64 address,
PVOID buf,
ULONG size
);
None
If you are writing 32-bit code, you should use ReadControlSpace instead. See 32-Bit Pointers and 64-Bit Pointers for details.
Headers: Defined in wdbgexts.h. If you are writing a WdbgExts extension, include wdbgexts.h. If you are writing a DbgEng extension that calls this function, include wdbgexts.h before dbgeng.h (see Writing DbgEng Extension Code for details).