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