ReadControlSpace (Windows Embedded CE 6.0)

1/5/2010

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
Windows Embedded CE Windows CE 3.0 and later

See Also

Concepts

Debugger Extension Functions