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

Processes a Windows Message.

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

Syntax

Visual Basic (Declaration)
Public Sub Process ( _
	ByRef m As Message _
)
C#
public void Process (
	ref Message m
)
Visual C++
public:
void Process (
	Message% m
)

Parameters

m

The Message to process.