DSEVALData

Contains information about an attribute value.

Service:eDirectory Event
Defined In:nwdsevnt.h

Structure

    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;
    

Fields

string
Specifies the following syntaxes:
  • Case Exact String
  • Case Ignore String
  • Numeric String
  • Printable String
  • Telephone Number
num
Specifies the following syntaxes:
  • Counter
  • Integer
  • Interval
  • Time
entryID
Specifies the distinguished name.
classID
Specifies the class name.
boolean
Specifies a Boolean string value.
netAddress
Specifies DSENetAddress.
path
Specifies DSEPath.
replica
Specifies DSEReplicaPointer.
acl
Specifies DSEACL.
timeStamp
Specifies DSETimeStamp.
backLink
Specifies DSEBackLink.
typedName
Specifies DSETypedName
hold
Specifies DSEHold.
emailAddress
Specifies DSEEmailAddress.
faxNumber
Points to DSEFaxNumber.
ciList
Points to DSECIList.
octetString
Indicates the octet string stream.
octetList
Points to DSEOctetList.