CFF_CONVERTINFO

This structure contains information that the ICeFileFilter::NextConvertFile method uses to perform file conversions.

At a Glance

Header file: Replfilt.h
Windows CE versions: 2.0 and later

Syntax

typedef struct tagCFF_CONVERTINFO{
   BOOL
bImport;
   HWND
hwndParent;
   BOOL
bYesToAll;
   ICeFileFilterSite
*pffs;
} CFF_CONVERTINFO;

Members

bImport

Boolean that is nonzero if the conversion is importing files to the H/PC; otherwise, it is zero, which indicates the conversion is exporting files from the H/PC.

hwndParent

Handle of the window that a file filter can use as the parent window for a dialog box.

bYesToAll

Boolean that determines whether the Yes to All button is included in the Overwrite file? dialog box. This dialog box asks the user to verify that the destination file(s) should be overwritten. If there is more than one subconversion, the filter should set this member to TRUE to include the Yes to All button; otherwise, the filter should set this member to FALSE.

pffs

Pointer to an ICeFileFilterSite interface used for opening and closing files.