EssOtlGetUpdateTime() returns a timestamp for the specified outline.
ESS_FUNC_M EssOtlGetUpdateTime (hOutline, pOtlTimeStamp);
ESS_HOUTLINE_T | hOutline; |
ESS_TIME_T | pOtlTimeStamp; |
hOutline | Outline handle |
pOtlTimeStamp | Pointer to the timestamp for the outline |
Returns the timestamp for the specified outline.
ESS_HOUTLINE_T hOutline; ESS_TIME_T TimeStamp; sts = EssOtlGetUpdateTime(hOutline, &TimeStamp);
EssOtlGetOutlineInfo()
EssOtlSetOutlineInfo()
EssOtlVerifyOutline()
EssOtlSortChildren()
EssOtlGenerateCurrencyOutline()