Skip to content

Latest commit

 

History

History
129 lines (109 loc) · 4.06 KB

nf-oledlg-ioleuilinkinfoa-getlastupdate.md

File metadata and controls

129 lines (109 loc) · 4.06 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:oledlg.IOleUILinkInfoA.GetLastUpdate
IOleUILinkInfoA::GetLastUpdate (oledlg.h)
Determines the last time the object was updated. (ANSI)
GetLastUpdate
GetLastUpdate method [COM]
GetLastUpdate method [COM]
IOleUILinkInfo interface
GetLastUpdate method [COM]
IOleUILinkInfoA interface
GetLastUpdate method [COM]
IOleUILinkInfow interface
IOleUILinkInfo interface [COM]
GetLastUpdate method
IOleUILinkInfo::GetLastUpdate
IOleUILinkInfoA
IOleUILinkInfoA interface [COM]
GetLastUpdate method
IOleUILinkInfoA.GetLastUpdate
IOleUILinkInfoA::GetLastUpdate
IOleUILinkInfoW
IOleUILinkInfow interface [COM]
GetLastUpdate method
IOleUILinkInfow::GetLastUpdate
_ole_IOleUILinkInfo_GetLastUpdate
com.ioleuilinkinfo_getlastupdate
oledlg/IOleUILinkInfo::GetLastUpdate
oledlg/IOleUILinkInfoA::GetLastUpdate
oledlg/IOleUILinkInfow::GetLastUpdate
com\ioleuilinkinfo_getlastupdate.htm
com
651dcfbc-577b-45a2-bf73-148a6f1c7030
12/05/2018
GetLastUpdate, GetLastUpdate method [COM], GetLastUpdate method [COM],IOleUILinkInfo interface, GetLastUpdate method [COM],IOleUILinkInfoA interface, GetLastUpdate method [COM],IOleUILinkInfow interface, IOleUILinkInfo interface [COM],GetLastUpdate method, IOleUILinkInfo::GetLastUpdate, IOleUILinkInfoA, IOleUILinkInfoA interface [COM],GetLastUpdate method, IOleUILinkInfoA.GetLastUpdate, IOleUILinkInfoA::GetLastUpdate, IOleUILinkInfoW, IOleUILinkInfow interface [COM],GetLastUpdate method, IOleUILinkInfow::GetLastUpdate, _ole_IOleUILinkInfo_GetLastUpdate, com.ioleuilinkinfo_getlastupdate, oledlg/IOleUILinkInfo::GetLastUpdate, oledlg/IOleUILinkInfoA::GetLastUpdate, oledlg/IOleUILinkInfow::GetLastUpdate
oledlg.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
IOleUILinkInfoA::GetLastUpdate
oledlg/IOleUILinkInfoA::GetLastUpdate
c++
APIRef
kbSyntax
COM
OleDlg.h
IOleUILinkInfo.GetLastUpdate
IOleUILinkInfoA.GetLastUpdate
IOleUILinkInfow.GetLastUpdate

IOleUILinkInfoA::GetLastUpdate

-description

Determines the last time the object was updated.

-parameters

-param dwLink [in]

Container-defined unique identifier for a single link. Containers can use the pointer to the link's container site for this value.

-param lpLastUpdate [out]

A pointer to a FILETIME structure that indicates the time that the object was last updated.

-returns

This method returns S_OK on success. Other possible return values include the following.

Return code Description
E_ACCESSDENIED
Insufficient access permissions.
E_FAIL
The operation failed.
E_INVALIDARG
The specified identifier is invalid.
E_OUTOFMEMORY
There is insufficient memory available for this operation.

-remarks

Notes to Implementers

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.

-see-also

IOleUILinkInfo