NWGetNumConnections

Returns the number of connections that can be supported by VLM.

NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98, Windows 2000, Windows XP
Library:Cross-Platform NDS (NET*.*)
Service:NDS

Syntax

C

  #include <nwnet.h> 
  or 
  #include <nwndscon.h> 
   
  N_EXTERN_LIBRARY (NWDSCCODE)  NWGetNumConnections  ( 
     pnuint16    numConnections);
  

Pascal

  uses netwin32 
   
  Function NWGetNumConnections 
    (numConnections : pnuint16 
  ) : NWCCODE;
  

Parameters

numConnections

(OUT) Points to the number of connections supported.

Return Values

These are common return values; see NDS Return Values for more information.

0x0000 0000

SUCCESSFUL

0x8800

VLM_ERROR

Remarks

The number of connections can be configured in the net.cfg file.

NCP Calls