Microsoft DirectX 8.1 (C++)

ICAManagerInternal::put_BroadcastEventService

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

The put_BroadcastEventService method specifies the broadcast event service, which is used for inter-object communication within Microsoft TV Technologies. The Video Control automatically calls this method.

Syntax

HRESULT put_BroadcastEventService(
    IBroadcastEvent *pBroadcastEventService
);

Parameters

  pBroadcastEventService

[in]  Specifies a pointer to the IBroadcastEvent interface, or NULL.

Return Values

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

See Also