DSEBinderyObjectInfo
Contains information about a bindery object associated
with an event.
- Service:eDirectory Event
- Defined In:nwdsevnt.h
Structure
typedef struct
{
uint32 entryID ;
uint32 parentID ;
uint32 type ;
uint32 emuObjFlags ;
uint32 security ;
char name [48];
} DBEBinderyObjectInfo;
Fields
- entryID
- Specifies the local ID for the Directory object
that is being created to represent the bindery object.
- parentID
- Specifies the local ID for the parent of the object
specified by entryID.
- type
- Specifies the bindery object type.
- emuObjFlags
- Specifies the bindery object flags.
- security
- Specifies the bindery object security.
- name
- Specifies the name of the bindery object.
Associated Events
- DSE_CREATE_BINDERY_OBJECT
- DSE_DELETE_BINDERY_OBJECT