NWCCGetAllConnInfo(3nw)


NWCCGetAllConnInfo -- returns all information for the specified connection

Synopsis

   #include <nwclxcon.h> 
   

N_EXTERN_LIBRARY NWRCODE NWCCGetAllConnInfo (NWCONN_HANDLE connHandle, NWCCInfoVersion connInfoVersion, pNWCCConnInfo connInfoBuffer);

Description

The parameters are as follows:

connHandle
(IN) Specifies the connection handle for which to return information.

connInfoVersion
(IN) Specifies the connection information version. Set to NWCC_INFO_VERSION.

connInfoBuffer
(OUT) Points to the NWCCConnInfo structure containing the returned information.

Return values

0x0000
SUCCESS

0x8801
NWE_CONN_INVALID

0x8868
NWE_STRING_TRANSLATION

0x8869
NWE_ACCESS_VIOLATION

Notices

connInfoVersion should always be set to NWCC_INFO_VERSION.

You must allocate connInfoBuffer; it will be returned with all the connection information.

Services

Connection


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