SetConsoleSecuredFlag

Sets the value for the console secured flag.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  void  SetConsoleSecuredFlag (
     uint8_t   value );
  

Parameters

value

(IN) Specifies the value for the console secured flag.

  • TRUE — Secure the console.
  • FALSE — Do not secure the console.

Remarks

If the console has already been secured, calling this function has no effect.

Once the console secured flag has been set, the only way to disable the flag is to down server. For more information, see GetConsoleSecuredFlag.

See Also