Framework.SetCallbackInterface Method

Language:

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

Definition

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

Parameters

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

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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