This method of the IRunningObjectTable interface returns the time that an object was last modified. The object must have previously been registered with the Running Object Table (ROT). This method looks for the last change time recorded in the ROT.
public long GetTimeOfLastChange(IMoniker pmkObjectName);
S_OK -- The last change time was successfully retrieved.
S_FALSE -- There is no entry for pmkObjectName in the ROT, or that the object it identifies is no longer running (in which case, the entry is revoked).
[in] pmkObjectName | The pointer to the IMoniker interface on the moniker to search for in the ROT. |