NWDPNSrvFQN

Contains a Name Service fully qualified name


Structure

typedef struct {  
NWDPNSrvSyntaxEnum designator;
union {
struct {
pnstr16 dn16Ptr;
pnstr16 treeOption16Ptr;
} ndsWithTree;
} u;
} NWDPNSrvFQN, N_FAR *pNWDPNSrvFQN;


Header File

nwdp_att.h


Fields

designator

Specifies the type of qualified name:

0 NWDP_NSRV_SYNTAX_NDS_WITH_TREE

dn16Ptr

Specifies the fully canonicalized, null-terminated Unicode NDSTM object name with a leading period.


treeOption16Ptr

Points to the tree name where the dn16Ptr object name is valid. (Optional)


Remarks

There is a one-to-one correspondence between the designator values and the fields within the union. This structure is defined as an NDS object name, fully canonicalized and converted to Unicode. This name is qualified by the tree name. The tree, if omitted, is implicitly the one contained in the NDS context identified by the call to NWDPNSrvSetNativeNDSContext.