Debugging Tools for Windows |
The WriteControlSpace function writes to the processor-specific control space of the current target.
VOID
WriteControlSpace(
USHORT processor,
ULONG address,
PVOID buf,
ULONG size
);
None
This function can only be called in kernel-mode debugging.
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).