NWAPPCreateFullObjectName(3nw)


NWAPPCreateFullObjectName -- creates a fully typed NDS object name

Synopsis

   #include <nwapp.h> 
   

pnstr8 N_API N_EXPORT NWAPPCreateFullObjectName (APP_CONTEXT_HANDLE context, pnstr8 name, pnstr8 fullName);

Description

The parameters are as follows:

context
(IN) Specifies the valid context of the object. NULL is not accepted.

name
(IN) Points to the object name to type.

fullName
(OUT) Points to the typed name of the object. You must allocate enough memory for the name.

Return values

If successful, NWAPPCreateFullObjectName returns a pointer to the full name of the object.

Notices

NWAPPCreateFullObjectName expands an object name to its fully typed name. For example, DJanis becomes CN=DJanis.O=Novell.

Services

NetWare Application Launcher (NAL) Services


30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.