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.
The VRP InputBuffer contains a VIDEOPARAMETERS structure that describes the action to be performed by the miniport driver.
The miniport driver returns the VIDEOPARAMETERS structure in the VRP OutputBuffer.
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.
Requirement | Value |
---|---|
Header | ntddvdeo.h |