Microsoft DirectX 9.0 SDK Update (October 2004)

Caps.NumberOfAdaptersInGroup Property

Language:

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

Retrieves the number of adapters in the current adapter group.

Definition

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

Property Value

System.Int32 . Number of adapters in the current adapter group.

This property is read-only. 

Remarks

If the current Caps object is associated with a conventional adapter, this property reports 1. It reports a value greater than 1 for the master adapter of a multihead card, and 0 for a subordinate adapter of a multihead card. Each card can have only one master, but many subordinates.


© 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