NWDPQualifiedName

Contains a qualified name


Structure

typedef struct {  
NWDPQualifiedNameEnum designator;
union {
NWDPText simpleName;
NWDPNdsName ndsName;
} u;
} NWDPQualifiedName, N_FAR *pNWDPQualifiedName;


Header File

nwdp_att.h


Fields

designator

Specifies the type of qualified name:

0 NWDP_QUALIFIED_NAME_NONE
1 NWDP_QUALIFIED_NAME_NDS

simpleName

Specifies the simple (text) name.


ndsName

Specifies the distinguished NDSTM name.


Remarks

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.