NWSetSecurityLevel

Sets the current level of security the current NLM has for sending NCP packets

Local Servers:nonblocking
Remote Servers:nonblocking
Classification:3.x, 4.x, 5.x, 6.x
Service:Server-Based Connection

Syntax

  #include <nwconn.h>  
   
  int NWSetSecurityLevel ( 
     int   SecurityLevel); 
  

Parameters

SecurityLevel
(IN) Specifies the new security level to be set.

Return Values

NWSetSecurityLevel returns the current NLMs most recent security level.

Remarks

The SecurityLevel parameter and the return value correspond with the values shown on the system console set command for NCPs, "NCP Packet Signature Option."

See Also

NWGetSecurityLevel