NWCCGetAllConnRefInfo(3nw)
NWCCGetAllConnRefInfo --
returns all information for a specified connection reference
Synopsis
#include <nwclxcon.h>
N_EXTERN_LIBRARY NWRCODE NWCCGetAllConnRefInfo
(nuint32 connRef,
NWCCInfoVersion connInfoVersion,
pNWCCConnInfo connInfoBuffer);
Description
The parameters are as follows:
- connRef
-
(IN) Specifies the connection reference for which information is to be returned.
- 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.