FMS_GETFILESELFMS_GETFILESEL*
*Contents  *Index  *Topic Contents
*Previous Topic: FMS_GETDRIVEINFO
*Next Topic: FMS_LOAD

FMS_GETFILESEL

Contains information about a selected file in the active File Manager window (the directory window or the Search Results window).

Syntax

typedef struct _FMS_GETFILESEL {
    FILETIME ftTime; 
    DWORD    dwSize; 
    BYTE     bAttr; 
    TCHAR     szName[260]; 
} FMS_GETFILESEL; 

Members

ftTime
Time and date the file was created.
dwSize
Size, in bytes, of the file.
bAttr
Attributes of the file.
szName
Null-terminated full path and file name of the selected file.

See Also

FMExtensionProc


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.