NWGetGarbageCollectionInfo

Returns the server’s memory manager’s statistical information.

Local Servers:blocking
Remote Servers:blocking
NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform NetWare Calls (CAL*.*)
Service:Server Environment

Syntax

  #include <nwfse.h> 
  or 
  #include <nwcalls.h> 
   
  NWCCODE N_API  NWGetGarbageCollectionInfo  ( 
     NWCONN_HANDLE                           conn,  
     NWFSE_GARBAGE_COLLECTION_INFO  N_FAR   *fseGarbageCollectionInfo);
  

Delphi Syntax

  uses calwin32 
   
  Function NWGetGarbageCollectionInfo 
    (conn : NWCONN_HANDLE; 
     Var fseGarbageCollectionInfo : NWFSE_GARBAGE_COLLECTION_INFO 
  ) : NWCCODE; 
  

Parameters

conn
(IN) Specifies the NetWare server connection handle.
fseGarbageCollectionInfo
(OUT) Points to NWFSE_GARBAGE_COLLECTION_INFO returning garbage collection information.

Return Values

These are common return values; see Return Values (Return Values for C) for more information.

0x0000

SUCCESSFUL

0x897E

NCP_BOUNDARY_CHECK_FAILED

Remarks

To call NWGetGarbageCollectionInfo, you must have console operator rights.

NCP Calls