Microsoft DirectX 9.0

MSVidCtl.DisableVideo

This topic applies to Windows XP only.

The DisableVideo method disables the video renderer.

Syntax

ObjMSVidCtl.DisableVideo()

Parameters

This method takes no parameters.

Error Codes

If the method fails, an error is raised and Err.Number is set to a value other than zero.

Remarks

This method sets the MSVidCtl.VideoRendererActive property to Nothing.

See Also