Microsoft SDK for Java

NoteChangeTime

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.

Syntax

public void NoteChangeTime(int dwRegister, long pfiletime);

Return Value

This method supports the standard return value E_INVALIDARG, as well as the following:

S_OK -- The change time was recorded successfully.

Parameters

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

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