VideoPortWriteRegisterUshort
VOID VideoPortWriteRegisterUshort(
PUSHORT Register,
|
|
USHORT Value
|
|
);
|
|
VideoPortWriteRegisterUshort writes a USHORT value to a mapped
register.
Parameters
-
Register
-
Points to the register. The given Register must be in a mapped
memory-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 VideoPortWriteRegisterUshort.
See Also
VideoPortGetDeviceBase