This method of the IRunningObjectTable interface records the time that a running object was last modified. The object must have previously been registered with the Running Object Table (ROT). This method stores the time of last change in the ROT.
public void NoteChangeTime(int dwRegister, long pfiletime);
This method supports the standard return value E_INVALIDARG, as well as the following:
S_OK -- The change time was recorded successfully.
[in] dwRegister | Value identifying the ROT entry of the changed object. This value was previously returned by Register. |
[in] pfiletime | Pointer to a FILETIME structure containing the object's last change time. |