Specifies a dialog box that might exist in a Video for Windows compression (codec) driver.
Syntax
typedef enum {
VfwCompressDialog_Config = 1,
VfwCompressDialog_About = 2,
VfwCompressDialog_QueryConfig = 4,
VfwCompressDialog_QueryAbout = 8
} VfwCompressDialogs;
Elements
- VfwCompressDialog_Config
- Configure dialog box.
- VfwCompressDialog_About
- About dialog box.
- VfwCompressDialog_QueryConfig
- Specifies whether the Configure dialog box is available.
- VfwCompressDialog_QueryAbout
- Specifies whether the About dialog box is available.
Remarks
The IAMVfwCompressDialogs interface uses this enumerated data type.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.