NWAPPStripFullObjectName(3nw)


NWAPPStripFullObjectName -- strips the typed name of an NDS object to the object name

Synopsis

   #include <nwapp.h> 
   

pnstr8 N_API N_EXPORT NWAPPStripFullObjectName (APP_CONTEXT_HANDLE context, pnstr8 fullName, pnstr8 strippedName);

Description

The parameters are as follows:

context
(IN) Specifies the context of the object.

fullName
(IN) Points to the typed name of the object.

strippedName
(OUT) Points to the stripped name of the object. You must allocate memory to contain this name.

Return values

If successful, NWAPPStripFullObjectName returns a pointer to the stripped name.

Notices

NWAPPStripFullObjectName strips the typed name of an object down to the object name. For example, CN=DJanis.O=Novell becomes DJanis.

Services

NetWare Application Launcher (NAL) Services


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