Microsoft DirectX 9.0 SDK Update (October 2004)

Framework.SetWndProcCallback Method

Language:

Note: This documentation is preliminary and is subject to change.

Sets the WndProcCallback delegate to use in the sample framework.

Definition

Visual Basic .NET Public Sub SetWndProcCallback( _
    ByVal callback As WndProcCallback _
)
C# public void SetWndProcCallback(
    WndProcCallback callback
);
Managed C++ public: void SetWndProcCallback(
    WndProcCallback *callback
);
JScript .NET public function SetWndProcCallback(
    callback : WndProcCallback
);

Parameters

callback Microsoft.Samples.DirectX.UtilityToolkit.WndProcCallback. The WndProcCallback delegate to use in the sample framework.

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center