Framework.SetDeviceCreationInterface(SetDeviceCreationInterface) Method (SetDeviceCreationInterface)
Sets the interface that the framework will use to determine if a device is acceptable.
Visual Basic Public Sub SetDeviceCreationInterface( _
ByVal callback As IDeviceCreation _
)C# public void SetDeviceCreationInterface(
IDeviceCreation callback
);C++ public:
void SetDeviceCreationInterface(
IDeviceCreation^ callback
);JScript public function SetDeviceCreationInterface(
callback : IDeviceCreation
);
callback Microsoft.Samples.DirectX.UtilityToolkit.IDeviceCreation
The interface that the framework will use to determine if a device is acceptable.
Show: