VfwCaptureDialogs Enumeration

Enumerated Types

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.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.