CEDIRINFO

This structure contains information about a directory object.

At a Glance

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

Syntax

typedef struct _CEDIRINFO {
DWORD
dwAttributes;
CEOID
oidParent;
WCHAR
szDirName[MAX_PATH];
} CEDIRINFO;

Members

dwAttributes

Specifies the attributes of the directory.

oidParent

Object identifier of the parent directory.

szDirName

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

See Also

CEOIDINFO