EssOtlGetUpdateTime

Description

EssOtlGetUpdateTime() returns a timestamp for the specified outline.

Syntax

ESS_FUNC_M EssOtlGetUpdateTime (hOutline, pOtlTimeStamp);

ESS_HOUTLINE_ThOutline;
ESS_TIME_TpOtlTimeStamp;

Parameters

hOutlineOutline handle
pOtlTimeStampPointer to the timestamp for the outline

Return Value

Returns the timestamp for the specified outline.

Notes

Access

Example

  ESS_HOUTLINE_T hOutline;
  ESS_TIME_T     TimeStamp;

  sts = EssOtlGetUpdateTime(hOutline, &TimeStamp);

See Also

EssOtlGetOutlineInfo()
EssOtlSetOutlineInfo()
EssOtlVerifyOutline()
EssOtlSortChildren()
EssOtlGenerateCurrencyOutline()