DSEOctetList

Contains a list of strings associated with a DSEvent.

Service:eDirectory Event
Defined In:nwdsevnt.h

Structure

    typedef struct 
    { 
       uint32   numOfStrings ; 
       uint8    string1 ; 
    } DSEOctetList;
    

Fields

numOfStrings
Specifies the number of strings contained in the structure.
string1
Specifies the location of the data for the strings.

Remarks

The strings are length preceded.