conn_info

Contains information about the current connection.

Service:NetWare Platform

Structure

  #include <monitor.h>
  
  struct conn_info
  {
     int       codepage;
     uint8_t   spares[508];
  };
  

Fields

codepage

Contains the decimal value for the codepage the connection is using. For a list of supported code pages, see Supported Code Pages in Volume 1.

spares

Reserved for future use.