netware_conn_info_from_slot

Returns information about the specified connection slot.

Library:LibC
Classification:NovellĀ®
Service:NetWare Platform

Syntax

  #include <monitor.h>
   
  int netware_conn_info_from_slot (
     struct conn_info   *info,
     int                 slot);
  

Parameters

info

(OUT) Points to the conn_info structure, which contains information about the current connection.

slot

(IN) Specifies a connection slot. Slot zero is always the server.

Return Values

If successful, returns 0; otherwise, returns a nonzero error code:

Decimal

Hex

Constant

Description

66

0x42

ENOSYS

Not supported.

Remarks

This function is not supported on NetWare 5.x.

See Also