IUpdate::get_Deadline method (wuapi.h)

Gets the date by which the update must be installed.

This property is read-only.

Syntax

HRESULT get_Deadline(
  VARIANT *retval
);

Parameters

retval

Return value

None

Remarks

In COM, if the update has a deadline, the return value is of type VT_DATE and contains a DATE value that specifies the deadline. Otherwise, the return value is of type VT_EMPTY.

In the Microsoft .NET Framework, the return value is NULL if the update has no deadline.

Requirements

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

See also

IUpdate