EssOtlGetUpdateTime

Returns a timestamp for the specified outline.

Syntax

ParameterData TypeDescription

hOutline;

ESS_HOUTLINE_T

Outline handle

pOtlTimeStamp;

ESS_PTIME_T

Pointer to the timestamp for the outline

Notes

 

Return Value

Returns the timestamp for the specified outline.

Example

  ESS_HOUTLINE_T hOutline;
  ESS_TIME_T     TimeStamp;

  sts = EssOtlGetUpdateTime(hOutline, &TimeStamp);

See Also