Microsoft SDK for Java

GetTimeOfLastChange

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.

Syntax

public long GetTimeOfLastChange(IMoniker pmkObjectName);

Return Value

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).

Parameters

[in] pmkObjectName The pointer to the IMoniker interface on the moniker to search for in the ROT.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.