NWCallsTerm

Terminates the NWCalls library and performs any necessary clean up

NetWare Server:3.11, 3.12, 4.x. 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform NetWare Calls (CAL*.*)
Service:NWCalls Management

Syntax

   #include <nwmisc.h> 
   or 
   #include <nwcalls.h> 
    
   N_EXTERN_LIBRARY (NWCCODE) NWCallsTerm  ( 
      nptr    reserved); 
   
   

Pascal Syntax

   uses calwin32 
    
   Function NWCallsTerm  ( 
      reserved : nptr 
   ) : NWCCODE; stdcall;
   

Parameters

reserved
(IN) Is reserved (pass NULL).

Return Values

These are common return values; see Return Values (Return Values for C) for more information.

0x0000

SUCCESSFUL

0x89FF

Failure

NCP Calls

See Also

NWCallsInit, NWGetNWCallsVersion