NWAPPAllocContextHandle(3nw)


NWAPPAllocContextHandle -- creates context handle

Synopsis

   #include <nwapp.h> 
   

APP_CONTEXT_HANDLE N_API N_EXPORT NWAPPAllocContextHandle (void);

Return values

If successful, NWAPPAllocContextHandle returns a context handle. Otherwise, it returns APP_ERROR.

Notices

NWAPPAllocContextHandle creates a context and returns a context handle. You must free the handle by calling NWAPPFreeContextHandle(3nw).

Services

NetWare Application Launcher (NAL) Services

References

NWAPPFreeContextHandle(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.