NWGetGarbageCollectionInfo
Returns the server’s memory manager’s statistical information.
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetGarbageCollectionInfo (
NWCONN_HANDLE conn,
NWFSE_GARBAGE_COLLECTION_INFO N_FAR *fseGarbageCollectionInfo);
uses calwin32
Function NWGetGarbageCollectionInfo
(conn : NWCONN_HANDLE;
Var fseGarbageCollectionInfo : NWFSE_GARBAGE_COLLECTION_INFO
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
To call NWGetGarbageCollectionInfo, you must have console operator rights.