create_server_identity

Logs an application into the e-Directory tree as if the application were the NCP server object.

Library:LibC
Classification:Novell
Service:NCP Client

Syntax

  #include <client.h> 
   
  int create_server_identity (
     int   *identity);
  

Parameters

int

(OUT) Points to the server identity token.

Return Values

If successful, returns 0. Otherwise returns a nonzero error code.

Remarks

The create_server_identity function logs the application in as the NCP server object that the NLMâ„¢ is currently running on.

See Also

create_identity