VfwCompressDialogs 列挙
Video for Windows の圧縮 (CODEC) ドライバに存在可能なダイアログ ボックスを指定する。
構文
typedef enum {
VfwCompressDialog_Config = 0x01,
VfwCompressDialog_About = 0x02,
VfwCompressDialog_QueryConfig = 0x04,
VfwCompressDialog_QueryAbout = 0x08
} VfwCompressDialogs;
要素
VfwCompressDialog_Config
[Configure] ダイアログ ボックス。
VfwCompressDialog_About
[About] ダイアログ ボックス。
VfwCompressDialog_QueryConfig
[Configure] ダイアログ ボックスが利用可能かどうかを指定する。
VfwCompressDialog_QueryAbout
[About] ダイアログ ボックスが利用可能かどうかを指定する。
参照