Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This structure contains information IPegasusFileFilter::NextConvertFileuses to perform file conversions.
Syntax
typedef struct tagPFF_CONVERTINFO { BOOL bImport; HWND hwndParent; BOOL bYesToAll; IPegasusFileFilterSite* pffs; } PFF_CONVERTINFO; |
Members
- bImport
-
Boolean that is nonzero if the conversion is importing files to a device running Handheld PC Edition software or Handheld PC Pro Edition software; otherwise, it is zero, which indicates the conversion is exporting files from a device.
- hwndParent
-
Handle to the window that a file filter can use as the parent window for a dialog box.
- bYesToAll
-
Boolean that determines whether the Yes to Allbutton 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 Allbutton; otherwise, the filter should set this member to FALSE.
- pffs
-
Pointer to an IPegasusFileFilterSiteinterface used for opening and closing files.
Remarks
This structure is supported by Windows CE 1.0 and 1.01. For versions 2.0 and later., see CFF_CONVERTINFO.
Requirements
Header | replfilt.h |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |