Framework.SetDeviceCreationInterface Method

Language:

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.

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