Microsoft DirectX 9.0

VfwCaptureDialogs Enumeration

Specifies a dialog box that might exist in a Video for Windows capture driver.

Syntax

 typedef enum {
    VfwCaptureDialog_Source  = 0x01,
    VfwCaptureDialog_Format  = 0x02,
    VfwCaptureDialog_Display = 0x04
} VfwCaptureDialogs;

Elements

VfwCaptureDialog_Source

Video source dialog box.

VfwCaptureDialog_Format

Video format dialog box.

VfwCaptureDialog_Display

Video display dialog box.

See Also