NWDSGetCurrentUser

Returns the handle of an eDirectory user.

Local Servers:nonblocking
Remote Servers:N/A
Classification:4.x, 5.x, 6.x
Platform:NLM
Service:NDS

Syntax

  #include <nwconn.h>  
  #include <nwdsapi.h> 
   
   int NWDSGetCurrentUser ( 
     void); 
  

Return Values

Returns the user handle of the current user.

Remarks

This function returns the current eDirectory user in the Thread Group Control Structure (TGCS). The function is valid only on the NLM platform. The current user determines which authentication information is used. For more information, see Establishing Identities to Multiple eDirectory Trees—NLM Platform.

See Also

NWDSSetCurrentUser