// video.h
VIDEOPORT_DEPRECATED VIDEOPORT_API VOID VideoPortWritePortUshort(
PUSHORT Port,
USHORT Value
);
View the official Windows Driver Kit DDI referenceNo description available.
The VideoPortWritePortUshort function writes a USHORT value to a mapped I/O port.
PortPointer to the port. The given Port must be in a mapped I/O-space range returned by VideoPortGetDeviceBase.
ValueSpecifies a USHORT value to be transferred to the adapter.
None
A miniport driver's HwVidInterrupt or HwVidSynchronizeExecutionCallback function can call VideoPortWritePortUshort.
Callers of VideoPortWritePortUshort can be running at any IRQL, provided that the memory pointed to by the Port parameter is resident, mapped device memory.