EssPartitionWriteDefFile

Writes the current memory version of the shared-partition definition file to disk.

Syntax

ESS_FUNC_M EssPartitionWriteDefFile (hCtx, iFileHandle, TpDdbCtx);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

Essbase API context handle.

iFileHandle

ESS_INT_T

Handle to shared partition definition file.

pDdbCtx

ESS_PART_T

Values to be written out.

Notes

Return Value

Returns zero if successful, error code if unsuccessful.

Example

For an example, see EssPartitionNewDefFile.

See Also