NWGetObjectNamesEndA

Frees resources allocated by NWGetObjectNamesBeginA

Local Servers:blocking
Remote Servers:blocking
NetWare Server:3.11, 3.12, 3.2, 4.x, 5.x, 6.x
Platform:NLM, Windows NT*, Windows* 95, Windows 98
Service:Name Retrieval

Syntax

   #include <nwbindry.h)
   
   NWCCODE  NWGetObjectNamesEndA (
      nuint32   luHandle);
   

Pascal Syntax

   uses calwin32 
    
   Function NWGetObjectNamesEndA(
      luHandle : nuint32
   ) : NWCCODE; stdcall;
   

Parameters

luHandle
(IN) Specifies the handle returned from NWGetObjectNamesBeginA.

Return Values

Returns zero on success. The most common return values on failure include the following:

0x88FF

NWE_REQUESTER_FAILURE

0x8836

NWE_PARAM_INVALID

Remarks

You must call NWGetObjectNamesEndA to free resources allocated by successfully calling NWGetObjectNamesBeginA.

See Also

NWGetObjectNamesBeginA, NWGetObjectNamesNextA