Framework.SetDeviceCreationInterface Method |
Language: |
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.
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