Caps.MasterAdapterOrdinal Property (Microsoft.DirectX.Direct3D)
Retrieves a value that indicates which device is the master for the current subordinate.
Definition
Visual Basic Public ReadOnly Property MasterAdapterOrdinal As Integer C# public int MasterAdapterOrdinal { get; } C++ public:
property int MasterAdapterOrdinal {
int get();
}JScript public function get MasterAdapterOrdinal() : int
Property Value
System.Int32
An Int32 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.