CEFILEINFO

This structure contains information about a file object.

At a Glance

Header file: Winbase.h
Windows CE versions: 1.01 and later

Syntax

 typedef struct _CEFILEINFO {
DWORD
dwAttributes;
CEOID
oidParent;
WCHAR
szFileName[MAX_PATH];
FILETIME
ftLastChanged;
DWORD
dwLength;
} CEFILEINFO;

Members

dwAttributes

Specifies the attributes of the file.

oidParent

Object identifier of the parent directory.

szFileName

Null-terminated string that contains the name and path of the file.

ftLastChanged

Time stamp that indicates when the contents of the file were last changed.

dwLength

Specifies the length, in bytes, of the file.

See Also

CEOIDINFO