NWGetActiveConnListByType

Returns a bitmap (set if logged in) of all connections of a specified type.

Local Servers:blocking
Remote Servers:blocking
NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform NetWare Calls (CAL*.*)
Service:Server Environment

Syntax

  #include <nwfse.h> 
  or 
  #include <nwcalls.h> 
   
  NWCCODE N_API  NWGetActiveConnListByType  ( 
     NWCONN_HANDLE                    conn,  
     nuint32                          startConnNum,  
     nuint32                          connType,  
     NWFSE_ACTIVE_CONN_LIST  N_FAR   *fseActiveConnListByType);
  

Delphi Syntax

  uses calwin32 
   
  Function NWGetActiveConnListByType 
    (conn : NWCONN_HANDLE; 
     startConnNum : nuint32; 
     connType : nuint32; 
     Var fseActiveConnListByType : NWFSE_ACTIVE_CONN_LIST 
  ) : NWCCODE;
  

Parameters

conn
(IN) Specifies the NetWare server connection handle.
startConnNum
(IN) Specifies the first connection number to return information about.
connType
(IN) Specifies the type of the connection (see Connection Type Values (NDK: Connection, Message, and NCP Extensions)).
fseActiveConnListByType
(OUT) Points to NWFSE_ACTIVE_CONN_LIST.

Return Values

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

0x0000

SUCCESSFUL

0x897E

NCP_BOUNDARY_CHECK_FAILED

0x89FD

Invalid Connection

0x89FF

Failure or Invalid Start Number

Remarks

Console operator rights are NOT necessary to call NWGetActiveConnListByType.

NCP Calls

See Also

NWGetUserInfo