Fax_Number_T

Contains the eDirectory information for the attributes that use the Facsimile Telephone Number syntax.

Service:NDS
Defined In:nwdsattr.h and nwdsattr.inc

Structure

C

  typedef struct 
  { 
     pnstr8         telephoneNumber ; 
     Bit_String_T   parameters ; 
  } Fax_Number_T;
  

Pascal

  Fax_Number_T = Record 
        telephoneNumber : pnstr8; 
        parameters : Bit_String_T 
  End;
  

Fields

telephoneNumber

Points to the next node containing a case-ignore string.

parameters

Specifies a case-ignore string for this node.