DSEVALData
Contains information about an attribute value.
typedef union
{
unicode string [1/*or more*/];
uint32 num ;
uint32 entryID ;
uint32 classID ;
uint8 boolean ;
DSENetAddress netAddress ;
DSEPath path ;
DSEReplicaPointer replica ;
DSEACL acl ;
DSETimeStamp timeStamp ;
DSEBackLink backLink ;
DSETypedName typedName ;
DSEHold hold ;
DSEEmailAddress emailAddress ;
DSEFaxNumber faxNumber ;
DSECIList ciList ;
uint8 octedString [1];
DSEOctetList octetList ;
} DSEValData;