Microsoft DirectX 8.1 (C++)

VfwCaptureDialogs Enumeration

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

Syntax

 typedef enum {
    VfwCaptureDialog_Source = 1,
    VfwCaptureDialog_Format = 2,
    VfwCaptureDialog_Display = 4
} VfwCaptureDialogs;

Elements

VfwCaptureDialog_Source

Video source dialog box.

VfwCaptureDialog_Format

Video format dialog box.

VfwCaptureDialog_Display

Video display dialog box.

Remarks

The IAMVfwCaptureDialogs interface uses this enumerated data type.