Share via


CFF_DESTINATIONFILE

The CFF_DESTINATIONFILE 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_EXT];
} CFF_DESTINATIONFILE; 

Members

  • szFullpath
    A null-terminated string that specifies the default path of the destination file.
  • szPath
    A null-terminated string that specifies the path of the directory where the destination file is created.
  • szFilename
    A null-terminated string that specifies the default name of the destination file.
  • szExtension
    A null-terminated string that specifies the file name extension of the destination file.

Remarks

The file filter can modify the name of the destination file. However, changing file names and creating multiple destination files works only when files are imported from a desktop computer to a Windows Mobile-based device.

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: replfilt.h

See Also

ActiveSync API Structures

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.