|
IOleUILinkInfo::GetLastUpdate
Indicates when the object was last updated.
HRESULT GetLastUpdate(
DWORD dwLink,
| //Object's identifier
| FILETIME FAR * lpLastUpdate
| //Time object was last updated
| );
|
|
Parameters
dwLink
A container-defined unique 32-bit identifier for a single link. Containers can
use the pointer to the link's container site for this value.
lpLastUpdate
Points to the time that the object was last updated.
Return Values
S_OK
Successfully returned link information.
E_FAIL
Unable to return link information.
E_INVALIDARG
One or more invalid arguments.
E_OUTOFMEMORY
Insufficient memory.
E_ACCESSDENIED
Insufficient access permissions.
Comment
Notes To Implementors
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.
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|