// wdfhwaccess.h
VOID WDF_WRITE_PORT_USHORT(
[in] WDFDEVICE Device,
[in] PUSHORT Port,
[in] USHORT Value
);
View the official Windows Driver Kit DDI referenceNo description available.
[Applies to UMDF only]
The WDF_WRITE_PORT_USHORT function writes a USHORT value to the specified port address.
Device [in]A handle to a framework device object.
Port [in]A pointer to the port, which must be a mapped memory range in I/O space.
Value [in]Specifies a USHORT value to be written to the port.