NWGetClientType

Determines the type of client running on the local workstation

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

Syntax

   #include <nwmisc.h> 
   or 
   #include <nwcalls.h> 
    
   nuint16 N_API  NWGetClientType  ( 
      void); 
   
   

Pascal Syntax

   uses calwin32 
    
   Function NWGetClientType 
     : nuint16; stdcall;
   

Return Values

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

0x0000

nuint16 with At Least One Bit Flag Set

Remarks

One or more of the following bit flags (defined in nwapidef.h and nwclxcon.txt) will be set when NWGetClientType returns:

NWGetClientType assumes a client is loaded. If no clients are loaded, the results are inconclusive.