Framework.SetCallbackInterface(SetCallbackInterface) Method (SetCallbackInterface)

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.
Show: