Microsoft DirectX 8.1 (C++)

ICAOffer::get_EndTime

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The get_EndTime method retrieves the date and time when the offer expires.

Syntax

HRESULT get_EndTime(
  DATE*  pdtEnd
);

Parameters

  pdtEnd

[out]  Pointer to a variable that receives the expiration date, in DATE format. Dates are specified in the local time zone. If the offer never expires, this method returns a date in the year 9999.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

See Also