IOCTL_VIDEO_HANDLE_VIDEOPARAMETERS IOCTL (ntddvdeo.h)

Gets the capabilities of the device's television connector and/or copy protection hardware, or sets the desired functionality on the copy protection hardware. Adapters that support TV connectors should provide support for this modal IOCTL. See TV Connector and Copy Protection Support in Video Miniport Drivers for details.

Major code

IRP_MJ_DEVICE_CONTROL

Input buffer

The VRP InputBuffer contains a VIDEOPARAMETERS structure that describes the action to be performed by the miniport driver.

Output buffer

The miniport driver returns the VIDEOPARAMETERS structure in the VRP OutputBuffer.

Status block

If the miniport driver successfully gets or sets the requested information, it sets the Information member of the VRP's STATUS_BLOCK to sizeof(VIDEOPARAMETERS); otherwise, the miniport driver sets this member to zero.

Requirements

Requirement Value
Header ntddvdeo.h

See also

STATUS_BLOCK

VIDEOPARAMETERS