EsbPartitionApplyOtlChangeRecs

Applies outline changes to a target outline. This function is designed to be used interactively with EsbPartitionReadOtlChangeFile after a call to EsbPartitionGetOtlChanges.

Syntax

EsbPartitionApplyOtlChangeRecs (hCtx, pszChgFileName, MetaChangeReadHandle, SourceTime)
ByVal hCtx As Long
ByVal pszChgFileName As String
ByVal MetaChangeReadHandle As Long
ByVal SourceTime As Long
ParameterDescription

hCtx

Handle to API context.

pszChgFileName

The name of the change file.

MetaChangeReadHandle

Handle to the metadata change file.

SourceTime

The time of the latest change to the metadata file.

Notes

Return Value

Returns zero if successful; error code if unsuccessful.

Access

A call to this function requires Database Manager access privileges.

See Also