NWCCGetConnRef

Returns the connection reference for the specified connection

NetWare Server:3.x, 4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform Client (CLX*.*)
Service:Connection

Syntax

C

  #include <nwclxcon.h> 
   
  N_EXTERN_LIBRARY NWRCODE NWCCGetConnRef ( 
     NWCONN_HANDLE   connHandle,  
     pnuint32                     connRef);
  

Delphi

  uses clxwin32 
   
  Function NWCCGetConnRef 
    (connHandle : NWCONN_HANDLE;                
     connRef : pnuint32                          
  ) : NWRCODE;
  

Parameters

connHandle
(IN) Specifies the connection handle for which to return the reference.
connRef
(OUT) Points to the connection reference associated with the connection specified by connHandle.

Return Values

These are common return values; see Return Values (Return Values for C) for more information.

0x0000

SUCCESS