Microsoft DirectX 9.0 SDK Update (October 2004)

Caps.MasterAdapterOrdinal Property

Language:

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

Retrieves a value that indicates which device is the master for the current subordinate.

Definition

Visual Basic .NET Public ReadOnly Property MasterAdapterOrdinal As Integer
C# public int MasterAdapterOrdinal { get; }
Managed C++ public: __property int get_MasterAdapterOrdinal();
JScript .NET public function get MasterAdapterOrdinal() : int

Property Value

System.Int32 . An Int32 Leave Site value that indicates which device is the master for the current subordinate.

This property is read-only. 

Remarks

This number is taken from the adapter values passed into the Manager.Adapters member.

For multihead support, one head is denoted the master head, and all other heads on the same card are denoted subordinate heads. If more than one multihead adapter is present in a system, the master and its subordinates from one multihead adapter are referred to as a group.


© 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