Data Type : Distinguished Name

DN_COMPONENTS - Components of a distinguished name
----------------------------------------------------------------------------------------------------------


#include <dname.h>

Definition :

typedef struct {
  DWORD Flags;                     /* Parsing flags */
  WORD CLength;                    /* Country name length */
  char far *C;                     /* Country name pointer */
  WORD OLength;                    /* Organization name length */
  char far *O;                     /* Organization name pointer */
  WORD OULength[DN_OUNITS];        /* Org Unit name lengths
                                      OULength[0] is rightmost org

Description :

This structure contains the components of a distinguished name.
See Also :

DNParse
----------------------------------------------------------------------------------------------------------