Microsoft DirectX 9.0 SDK Update (October 2004)

Framework.SetCallbackInterface Method

Language:

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

Sets the interface that the sample framework will use to call into samples.

Definition

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

Parameters

callback Microsoft.Samples.DirectX.UtilityToolkit.IFrameworkCallback. The interface that the sample framework will use to call into samples.

© 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