IUpdate::get_LastDeploymentChangeTime method (wuapi.h)

Gets the last published date of the update, in Coordinated Universal Time (UTC) date and time, on the server that deploys the update.

This property is read-only.

Syntax

HRESULT get_LastDeploymentChangeTime(
  DATE *retval
);

Parameters

retval

Return value

None

Remarks

On computers that are running Windows XP, the LastDeploymentChangeTime property retrieves the same date and time that are retrieved by the CreationDate property of the IUpdateApproval interface. The CreationDate property is used on computers that are running Windows Server 2003.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header wuapi.h
Library Wuguid.lib
DLL Wuapi.dll

See also

IUpdate