Share via


OUTPORT32 (Windows CE 5.0)

Send Feedback

This macro writes a 32-bit word to a specified address.

#define OUTPORT32(x, y)

Parameters

  • x
    Specifies the port address to which the 32-bit word will be written. On x86-based hardware platforms, the I/O address space is used.
  • y
    Specifies the 32-bit word to write to the port address.

Return Values

None.

Remarks

Requirements

OS Versions: Windows CE Version 5.0 and later
Header: Oal_io.h

See Also

I/O Macros

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.