Microsoft DirectX 9.0 SDK Update (October 2004)

Device.CreationParameters Property

Language:

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

Retrieves the creation parameters of the device.

Definition

Visual Basic .NET Public ReadOnly Property CreationParameters As DeviceCreationParameters
C# public DeviceCreationParameters CreationParameters { get; }
Managed C++ public: __property DeviceCreationParameters get_CreationParameters();
JScript .NET public function get CreationParameters() : DeviceCreationParameters

Property Value

Microsoft.DirectX.Direct3D.DeviceCreationParameters . Returns a DeviceCreationParameters object that describes the device's creation parameters.

This property is read-only. 

Remarks

To retrieve the ordinal of the adapter represented by the device, query the DeviceCreationParameters.AdapterOrdinal member of the returned object.


© 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