Contains a qualified name
typedef struct {
NWDPQualifiedNameEnum designator;
union {
NWDPText simpleName;
NWDPNdsName ndsName;
} u;
} NWDPQualifiedName, N_FAR *pNWDPQualifiedName;
nwdp_att.h
Specifies the type of qualified name:
Specifies the simple (text) name.
Specifies the distinguished NDSTM name.
NDPSQualifiedName is used to contain any instance of an NDS name. It also supports the text type for such items as public access printer agents. There is a one-to-one correspondence between the designator values and the fields within the union.