Contains either a user-supplied name or a globally known OID used to identify something
typedef struct {
NWDPNameOrOidEnum designator;
union {
NWDPObjectIdentifier globalForm;
NWDPText localForm;
} u;
} NWDPNameOrOid, N_FAR *pNWDPNameOrOid;
nwdp_att.h
Specifies the type of name or OID:
Specifies an OID.
Specifies a Unicode name.
There is a one-to-one correspondence between the designator values and the fields within the union. NWDPNameOrOid corresponds to ISO 10175-1:section 9.1.5.38.