Framework.SetDeviceCreationInterface(SetDeviceCreationInterface) Method (SetDeviceCreationInterface)

Sets the interface that the framework will use to determine if a device is acceptable.

Definition

Visual Basic Public Sub SetDeviceCreationInterface( _
    ByVal callback As IDeviceCreation _
)
C# public void SetDeviceCreationInterface(
    IDeviceCreation callback
);
C++ public:
void SetDeviceCreationInterface(
    IDeviceCreationcallback
);
JScript public function SetDeviceCreationInterface(
    callback : IDeviceCreation
);

Parameters

callback Microsoft.Samples.DirectX.UtilityToolkit.IDeviceCreation
The interface that the framework will use to determine if a device is acceptable.
Show: