EssGetDatabaseNote

Gets a database's note-of-the-day message.

Syntax

ESS_FUNC_M EssGetDatabaseNote (hCtx, AppName, DbName, pDbNote);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

API context handle.

AppName

ESS_STR_T

Application name.

DbName

ESS_STR_T

Database name.

pDbNote

ESS_PSTR_T

Address of pointer to receive allocated database note string.

Notes

Return Value

If successful, returns a pointer to an allocated database note string in pDbNote.

Access

This function requires the caller to have at least read access (ESS_PRIV_READ) to the specified database.

See Also

  • EssSetDatabaseNote