NWCallsInit

Initializes the NWCall libraries

NetWare Server: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> 
    
   NWCCODE N_API  NWCallsInit ( 
      nptr    reserved1,  
      nptr    reserved2);
   

Pascal Syntax

   uses calwin32 
    
   Function NWCallsInit 
     (reserved1 : nptr; 
      reserved2 : nptr 
   ) : NWCCODE; stdcall;
   

Parameters

NULL should be passed for both the in and out parameter pointers.

Return Values

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

Swapped word

SUCCESSFUL

1

Unable to Obtain Double Byte Information

0x88F

SHELL_FAILURE/REM_FAILURE

Remarks

NWCallsInit operates without double byte support.

For all client platforms, NWCallsInit initializes the unicode tables to the native country and code pages defined by the operating system.

For Windows 32-bit platforms, NWCallsInit must be called before any other NetWare® Cross-Platform API function.

See Also

NWCallsTerm, NWGetNWCallsVersion