NWGetTaskInformationByConn(3nw)


NWGetTaskInformationByConn -- returns information about the active tasks a specified connection has

Synopsis

   #include <nwmisc.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWGetTaskInformationByConn (NWCONN_HANDLE conn, NWCONN_NUM connNum, CONN_TASK_INFO N_FAR * taskInfo);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle. NWCONN_HANDLE is equivalent to nuint16.

connNum
(IN) Specifies the connection number of the logged-in object for which to get task information. NWCONN_NUM is equivalent to nuint16.

taskInfo
(OUT) Points to CONN_TASK_INFO.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

0x8996
SERVER_OUT_OF_MEMORY

0x89C6
NO_CONSOLE_PRIVILEGES

0x89FD
BAD_STATION_NUMBER

0x88FE
Unknown Packet Format

Services

Miscellaneous

NCP calls

0x2222 23 218
Get Connection's Task Information (2.x)

0x2222 23 234
Get Connection's Task Information (3.x-4.x)

30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.