NWGetActiveConnListByType(3nw)
NWGetActiveConnListByType --
returns a bit map (set if logged in) of all connections of a specified type
Synopsis
#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);
Description
The parameters are as follows:
- 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 (NCP, AppleTalk Filing Protocol, NLM
, etc.).
- fseActiveConnListByType
-
(OUT) Points to NWFSE_ACTIVE_CONN_LIST.
Return values
- 0x0000
-
SUCCESSFUL
- 0x897E
-
NCP_BOUNDARY_CHECK_FAILED
- 0x89FD
-
Invalid Connection
- 0x89FF
-
Failure or Invalid Start Number
Notices
Console operator rights are NOT necessary to call NWGetActiveConnListByType.
The following connection types are defined for connType.
FSE_NCP_CONNECTION_TYPE 2
FSE_NLM_CONNECTION_TYPE 3
FSE_AFP_CONNECTION_TYPE 4
FSE_FTAM_CONNECTION_TYPE 5
FSE_ANCP_CONNECTION_TYPE 6
Services
File Server Environment
NCP calls
- 0x2222 123 14
-
Get Active Connection List By Type
References
NWGetUserInfo(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.