Debugging Tools for Windows |
The WriteControl method writes implementation-specific system data.
HRESULT
IDebugDataSpaces::WriteControl(
IN ULONG Processor,
IN ULONG64 Offset,
IN PVOID Buffer,
IN ULONG BufferSize,
OUT OPTIONAL PULONG BytesWritten
);
This method can also return error values. See Return Values for more details.
WriteControl is available in all versions of IDebugDataSpaces.
This method is only available in kernel-mode debugging.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.