Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The IsViewable method determines whether this device can view the specified tune request.
Currently this method is not implemented by any of the supported input devices.
Syntax
ObjIMSVidInputDevice.IsViewable(
v As Object
) As Boolean
Parameters
v
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.
Return Values
Returns True if the device can view the specified tune request, or False otherwise.
See Also