AdsMgDumpInternalTables
Dumps server internal tables for diagnostics.
Syntax
UNSIGNED32 AdsMgDumpInternalTables(ADSHANDLE hMgmtHandle);
Parameters
Parameter
Type
Description
hMgmtHandle
ADSHANDLE
Management connection handle.
Return Value
AE_SUCCESS (0) on success. Error code on failure.
Description
AdsMgDumpInternalTables dumps information about the server’s internal tables. This function is used for server diagnostics and troubleshooting.
Example
AdsMgDumpInternalTables(hMgmt);