MPIIdnValue

MPIIdnValue  

 

typedef union {
    long		l;
    unsigned long	u;
} MPIIdnValue;
Description
  IdnValue represents either an unsigned long or long.
     
See Also