EssGetSpoolFile

Description

EssGetSpoolFile() returns a specific spool file for a database.

Syntax

ESS_FUNC_M EssGetSpoolFile ();
ESS_HCTX_ThCtx
ESS_STR_TAppName
ESS_STR_TDbName
ESS_STR_TSplName
ESS_STR_TLocalName
eSSGetSpoolFile (eSS_HCTX_T hCtx, eSS_STR_T AppName, eSS_STR_T DbName, eSS_STR_T SplName, eSS_STR_T LocalName )

Parameters

hCtxEssbase API context handle.
AppNameApplication name.
DbNamedatabasename.
SplNameThe name of a specific spool file to return.
LocalNameThe new name of the spool file on the server.

Return Value

If successful, returns the count of filters in the database in pCount, and an array of filter 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 EssListSpoolFiles EssDeleteAllSplFiles EssDeleteSplFile EssMdxTrig