NWDPNameOrOid

Contains either a user-supplied name or a globally known OID used to identify something


Structure

typedef struct {  
NWDPNameOrOidEnum designator;
union {
NWDPObjectIdentifier globalForm;
NWDPText localForm;
} u;
} NWDPNameOrOid, N_FAR *pNWDPNameOrOid;


Header File

nwdp_att.h


Fields

designator

Specifies the type of name or OID:

0 NWDP_NAME_OR_OID_GLOBAL
1 NWDP_NAME_OR_OID_LOCAL

globalForm

Specifies an OID.


localForm

Specifies a Unicode name.


Remarks

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.