Go to the source code of this file.
Defines | |
#define | _WIN32_DCOM |
Functions | |
void | CreateCompressionFilter (IMoniker *pMoniker, BOOL dvPal) |
void | CentreDialogOnScreen (HWND hWnd) |
void | OnInitDialog (HWND hDlg) |
void | OnSelectFilter (HWND hDlg) |
BOOL | DoDialog (HINSTANCE hInstance, HWND hWnd) |
Variables | |
int | bCompressed |
#define _WIN32_DCOM |
Definition at line 1 of file avi_dialogs.cpp.
void CreateCompressionFilter | ( | IMoniker * | pMoniker, | |
BOOL | dvPal | |||
) |
Definition at line 198 of file avi_write.cpp.
References FALSE, g_pVComp, and SAFE_RELEASE.
Referenced by OnSelectFilter().
void OnInitDialog | ( | HWND | hDlg | ) |
void OnSelectFilter | ( | HWND | hDlg | ) |
Definition at line 59 of file avi_dialogs.cpp.
References CreateCompressionFilter(), FALSE, IDC_LIST1, L, and TRUE.
BOOL DoDialog | ( | HINSTANCE | hInstance, | |
HWND | hWnd | |||
) |
Definition at line 144 of file avi_dialogs.cpp.
References DlgProc(), and IDD_DIALOG1.
Referenced by AVIEntryPoint().
int bCompressed |