EssPartitionFreeOtlChanges

Frees memory allocated by the EssPartitionReadOtlChanges() routine. Call this routine after processing outline change records.

Syntax

ESS_FUNC_M EssPartitionFreeOtlChanges (hCtx);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

Handle to API context.

Return Value

Returns zero if successful; error code if unsuccessful.

Example

For an example, see EssPartitionReadOtlChangeFile.

See Also