DSEBitString

Service:eDirectory Event
Defined In:nwdsevnt.h

Structure

    typedef struct 
    { 
       uint32   numberOfBits ; 
       uint32   numberOfBytes ; 
       char     data ; 
    } DSEBitString;
    

Fields

numberOfBits
Specifies the number of bits in the bit string.
numberOfBytes
Specifies the number of bytes in the bit string.
data
Specifies the data for the string.

Remarks

Bit strings are padded to 4-byte boundaries.

This structure is used to fill a parameter in the DSEFaxNumber structure.