Contains a Name Service fully qualified name
typedef struct {
NWDPNSrvSyntaxEnum designator;
union {
struct {
pnstr16 dn16Ptr;
pnstr16 treeOption16Ptr;
} ndsWithTree;
} u;
} NWDPNSrvFQN, N_FAR *pNWDPNSrvFQN;
nwdp_att.h
Specifies the type of qualified name:
Specifies the fully canonicalized, null-terminated Unicode NDSTM object name with a leading period.
Points to the tree name where the dn16Ptr object name is valid. (Optional)
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.