Microsoft DirectX 8.1 (C++)

ICARequest::get_ScheduleEntry

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

The get_ScheduleEntry method retrieves the schedule entry that corresponds to this request.

Syntax

HRESULT get_ScheduleEntry(
  IUnknown**  ppUnkScheduleEntry
);

Parameters

  ppUnkScheduleEntry

[out]  Pointer to a variable that receives a pointer to the IUnknown interface of the schedule entry.

Return Values

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

Remarks

You can query the returned IUnknown pointer for the IScheduleEntry interface.

The returned IUnknown interface has an outstanding reference count. The caller must release the interface.

See Also