WriteIoSpace (Windows CE 5.0)

Send Feedback

This function writes to system I/O locations.

VOID WriteIoSpace(  ULONG address,  ULONG data,  PULONG size);

Parameters

  • address
    [in] I/O address to write to.

  • data
    [in] Address of a variable that holds the data to be written.

    The variable must be at least as long as the size specified by the size parameter.

  • size
    [in] On input, address of a variable that contains the number of bytes to write.

    The value of this parameter must be 1, 2, or 4. On output, this parameter contains the actual number of bytes written.

Return Values

This function returns TRUE if the function call succeeds. Otherwise, the function returns FALSE.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: WDbgExts_CE.h.
Link Library: Developer defined.

See Also

Debugger Extension Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.