ReadControlSpace (Compact 2013)
3/26/2014
This function reads a CPU-specific control space into an array.
Syntax
VOID ReadControlSpace(
USHORT processor,
ULONG address,
PVOID buf,
ULONG size
);
Parameters
- processor
[in] Number of the CPU whose control space is to be read.
- address
[in] Address of the control space.
- buf
[in] Address of an array of bytes to hold the data from the control space.
- size
[in] Number of bytes in the array pointed to by the buf parameter.
Return Value
This function returns TRUE if the function call succeeds. Otherwise, the function returns FALSE.
Requirements
Header |
wdbgexts_ce.h |
Library |
Developer Implemented |