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 about a destination file. A file filter uses the information to write the converted data to the file.
Syntax
typedef struct tagCFF_DESTINATIONFILE { TCHAR szFullpath[_MAX_PATH]; TCHAR szPath[_MAX_PATH]; TCHAR szFilename[_MAX_FNAME]; TCHAR szExtension[_MAX_FNAME]; } CFF_DESTINATIONFILE; |
Members
- szFullpath
-
Null-terminated string that contains the default full path of the destination file.
- szPath
-
Null-terminated string that contains the path of the directory where the destination file should be created, for example, C:\Temp.
- szFilename
-
Null-terminated string that contains only the default name of the destination file.
- szExtension
-
Null-terminated string that contains the file name extension of the destination file.
Remarks
The szFullpathand szFilenamemembers are described as default values because the file filter is allowed to modify the name of the destination file. However, changing file names and creating multiple destination files only works when importing files from the desktop computer to the Windows Embedded CE device, and not when exporting files from the Windows Mobile device to the desktop computer.
Requirements
Header | replfilt.h |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |