CEDIRINFO (Compact 2013)
3/26/2014
This structure contains information about a directory object.
Syntax
typedef struct _CEDIRINFO {
DWORD dwAttributes;
CEOID oidParent;
WCHAR szDirName[MAX_PATH];
} CEDIRINFO; *PCEDIRINFO;
Members
- dwAttributes
Attributes of the directory.
- oidParent
Object identifier (OID) of the parent directory.
- szDirName
Null-terminated string that contains the name and path of the directory.
Remarks
Only objects in the object store have valid, unique OIDs, and the object store is the only volume that can return an OID.
Requirements
Header |
windbase.h |