nlmisloadedprotected

Returns whether the owning thread belongs to an NLM that is loaded in a protected address space.

Library:LibC
Service:Library

Syntax

  #include <library.h> 
   
  int nlmisloadedprotected (void);
  

Return Values

Returns one of the following values:

TRUE

The NLM is loaded in a protected address space.

FALSE

The NLM is not loaded in a protected address space.

Remarks

An NLM that is not in a protected address space is running in the kernel.

See Also