Microsoft DirectX 8.1 (C++)

IBroadcastEvent::Fire

The Fire method fires a broadcast event.

Syntax

HRESULT Fire(
  GUID  EventID
);

Parameters

  EventID

GUID that specifies the event.

Return Values

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

Remarks

Currently, the following event GUIDs are defined.

Tuner Event Description
EVENTID_TuningChanged Fired when the tuner changes stations or channels.
EVENTID_CADenialCountChanged Fired when a tune request or component is denied for the first time, or when all denials are removed from a tune request or a component (that is, whenever the denial count goes from 0 to 1 or vice versa).

See Also