UnImportPublicObject

Releases an imported symbol.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  int UnImportPublicObject (
     void         *NLMHandle,
     const char   *name);
  

Parameters

NLMHandle

(IN) Points to the handle of the NLM application which is releasing its use of a symbol; the NLM handle is obtained by calling getnlmhandle.

name

(IN) Points to the name of the symbol to release.

Return Values

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

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.

9

ENIVAL

The NLMHandle parameter is invalid.

See Also