Platform SDK: Network Management

connection_info_0

Windows 95/98: The connection_info_0 structure contains the network connection identifier.

Windows NT/2000: This structure is not supported on Windows NT/Windows 2000. You can use the CONNECTION_INFO_0 structure instead.

struct _connection_info_0 {
  unsigned short  coni0_id;
};
 

Members

coni0_id
Specifies an unsigned SHORT variable that contains the connection identifier.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Svrapi.h.

See Also

Network Management Overview, Network Management Structures, Share Functions, NetConnectionEnum, connection_info_1, connection_info_50