Framework.SetCallbackInterface(SetCallbackInterface) Method (SetCallbackInterface)
Sets the interface that the sample framework will use to call into samples.
Visual Basic Public Sub SetCallbackInterface( _
ByVal callback As IFrameworkCallback _
)C# public void SetCallbackInterface(
IFrameworkCallback callback
);C++ public:
void SetCallbackInterface(
IFrameworkCallback^ callback
);JScript public function SetCallbackInterface(
callback : IFrameworkCallback
);
callback Microsoft.Samples.DirectX.UtilityToolkit.IFrameworkCallback
The interface that the sample framework will use to call into samples.
Show: