WhoExportedObject

Determines which NLM exported the specified symbol.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  void *WhoExportedObject (
     const char   *name );
  

Parameters

name

(IN) Points to a symbol name. The name cannot be longer than 80 bytes.

Return Values

If successful, returns a pointer to the NLM handle. Otherwise, returns a NULL pointer and sets errno.

Decimal

Name

Description

1

ENOENT

No entry, with the specified symbol name, could be found.

5

ENOMEM

No memory is available to allocate for the symbol name.

79

ENOTSUP

The symbol does not exist in this version of NetWare.

Remarks

With the NLM handle, you can use the getnlmname function to return the name of the NLM.

See Also