[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides a IEventProcessor using a IWin32Window's WndProc(Message) event pump.

Namespace: KvTv.DirectShow.Windows.Forms
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
Public Class WndProcEventProcessor _
	Implements IEventProcessor
C#
public class WndProcEventProcessor : IEventProcessor
Visual C++
public ref class WndProcEventProcessor : IEventProcessor

Remarks

Call Process(Message) with all messages passed to the Window's WndProc(Message) method.

Inheritance Hierarchy

System.Object
  KvTv.DirectShow.Windows.Forms.WndProcEventProcessor