CBaseRenderer::SendNotifyWindow (Compact 2013)

3/26/2014

Passes the notification window handle to the upstream filter.

Syntax

void SendNotifyWindow(
  IPin* pPin,
  HWND hwnd
);

Parameters

  • pPin
    IPin interface of the upstream pin.
  • hwnd
    Handle of the notification window.

Return Value

None.

Remarks

If the output pin of the upstream filter supports the IMediaEventSink interface, this member function sends it the EC_NOTIFY_WINDOW event code with the window handle in hwnd.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseRenderer Class