ReadTypedControlSpace32 macro
The ReadTypedControlSpace32 macro is a thin wrapper around the ReadControlSpace64 function. It is provided as a convenience for reading processor-specific control space into a structure.
Syntax
void ReadTypedControlSpace32(
_Proc,
_Addr,
_Buf
);
Parameters
_Proc
Specifies the number of the processor whose control space is to be read._Addr
Specifies the address of the control space._Buf
Specifies the object into which the control space data is read.
Return value
This macro does not return a value.
Remarks
The parameters provided to this macro are the same as those provided to the ReadControlSpace64 function except that instead of providing a pointer to a structure and its size, the structure can be provided directly.
Requirements
Target platform |
Desktop |
Header |
Wdbgexts.h (include Wdbgexts.h, Wdbgexts.h, or Dbgeng.h) |
See also