cleardontunloadflag

Clears the flag that causes the operating system to issue warnings if an attempt is made to unload the specified NLMâ„¢ with the UNLOAD command at the system console.

Library:LibC
Service:Library

Syntax

  #include <library.h> 
   
  int cleardontunloadflag (
     void   *handle);
  

Parameters

handle

(IN) Specifies the NLM. If a NULL pointer is passed, specifies the calling thread's NLM.

Return Values

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

Decimal

Name

Description

77

ESRCH

The handle parameter does not specify an existing NLM.

105

ENOCONTEXT

The calling thread has no context and the handle parameter was a NULL pointer.

See Also

setdontunloadflag