VideoPortWritePortBufferUshort

VOID VideoPortWritePortBufferUshort(

    PUSHORT  Port,

    PUSHORT  Buffer,

    ULONG  Count

   );

VideoPortWritePortBufferUshort writes a number of USHORT values 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.
Buffer
Points to a buffer containing the USHORT values to be written.
Count
Specifies the number of USHORT values to be transferred to the adapter.

Comments

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

See Also

VideoPortGetDeviceBase