Indicates when the object was last updated.
HRESULT GetLastUpdate(
DWORD dwLink, //Unique 32-bit link identifier
FILETIME FAR * lpLastUpdate
//Pointer to the time object was last updated
);
This method supports the standard return values E_FAIL, E_INVALIDARG, and E_OUTOFMEMORY, as well as the following:
If the time that the object was last updated is known, copy it to lpLastUpdate. If it is not known, then leave lpLastUpdate unchanged and Unknown will be displayed in the link page.
Windows NT: Use version 3.1 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in oledlg.h.