VideoPortWritePortUshort

VOID VideoPortWritePortUshort(

    PUSHORT  Port,

    USHORT  Value

   );

VideoPortWritePortUshort writes a USHORT value to a mapped I/O port.

Parameters

Port
Points to the port. The given Port must be in a mapped I/O-space range returned by VideoPortGetDeviceBase.
Value
Specifies a USHORT value to be transferred to the adapter.

Comments

A miniport’s HwVidInterrupt or HwVidSynchronizeExecutionCallback function can call VideoPortWritePortUshort.

See Also

VideoPortGetDeviceBase