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 source file. A file filter uses the information to locate the source file and read its contents.
Syntax
typedef struct tagPFF_SOURCEFILE { TCHAR szFullpath[_MAX_PATH]; TCHAR szPath[_MAX_PATH]; TCHAR szFilename[_MAX_FNAME]; TCHAR szExtension[_MAX_EXT]; DWORD cbSize; FILETIME ftCreated; FILETIME ftModified; } PFF_SOURCEFILE; |
Members
- szFullpath
-
Null-terminated string that contains the fully qualified path of the source file.
- szPath
-
Null-terminated string that contains the path of the directory that contains the source file, for example, C:\Temp.
- szFilename
-
Null-terminated string that contains only the name of the source file.
- szExtension
-
Null-terminated string that contains the file name extension of the source file.
- cbSize
-
Specifies the size of the source file.
- ftCreated
-
Specifies a FILETIMEstructure that indicates the time when the source file was created.
- ftModified
-
Specifies a FILETIMEstructure that indicates the time when the file was last modified.
Remarks
This structure is supported by Windows CE 1.0 and 1.01. For versions 2.0 and later., see CFF_SOURCEFILE.
Requirements
Header | replfilt.h |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |