Microsoft DirectX 9.0 SDK Update (October 2004)

Framework.SetDeviceCreationInterface Method

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public Sub SetDeviceCreationInterface( _
    ByVal callback As IDeviceCreation _
)
C# public void SetDeviceCreationInterface(
    IDeviceCreation callback
);
Managed C++ public: void SetDeviceCreationInterface(
    IDeviceCreation *callback
);
JScript .NET 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.

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center