EssListSpoolFiles

Description

EssListSpoolFiles() lists all spool files for a database.

Syntax

ESS_FUNC_M EssListSpoolFiles (hCtx, AppName, DbName, pCount, ppFileList);
ESS_HCTX_ThCtx
ESS_STR_TAppName
ESS_STR_TDbName
ESS_PUSHORT_TpCount
ESS_PPOBJINFO_TppFileList

Parameters

hCtxEssbase API context handle.
AppNameApplication name.
DbNamedatabasename.
pCountAddress of variable to receive count of spool file names.
ppFilterListAddress of pointer to receive an allocated array of spool file name strings.

Return Value

If successful, returns the count of spool files in the database in pCount, and an array of spool file names in ppFilterList.

Notes

Access

This function requires the caller to have database Design privilege (ESS_PRIV_DBDESIGN) for the specified database.

Example



See Also

EssDisplayTriggers EssGetSpoolFiles EssDeleteAllSplFiles EssDeleteSplFile EssMdxTrig