Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The View method configures this input device to view the specified tune request.
Syntax
ObjIMSVidInputDevice.View(
varContent As Object
)
Parameters
varContent
Specifies the tune request as an ITuneRequest object.
Error Codes
If the method fails, an error is raised and Err.Number is set to a value other than zero.
Remarks
Before calling this method, set the MSVidCtl.InputActive property equal to the device; doing so configures this device as the Video Control's active input device. Unless the application needs to choose a specific input device, however, the MSVidCtl.View method is recommended over the IMSVidInputDevice.View method.
See Also