This structure contains information about a record object.
At a Glance
Header file: | Winbase.h |
Windows CE versions: | 1.01 and later |
Syntax
typedef struct _CERECORDINFO {
CEOID oidParent;
} CERECORDINFO;
Members
oidParent
Object identifier of the parent database.
See Also