This documentation is archived and is not being maintained.
CooperativeLevelFlags Enumeration (Microsoft.DirectX.DirectInput)
The cooperative level determines how this instance of the device interacts with other instances of the device and the rest of the system.
Definition
| Visual Basic | Public Enum CooperativeLevelFlags |
| C# | public enum CooperativeLevelFlags |
| C++ | public enum class CooperativeLevelFlags |
| JScript | public enum CooperativeLevelFlags |
Members
| Member | Value | Description |
| NoWindowsKey | 16 | |
| Background | 8 | |
| Foreground | 4 | |
| NonExclusive | 2 | |
| Exclusive | 1 | |
Enumeration Information
| Namespace | Microsoft.DirectX.DirectInput |
| Assembly | Microsoft.DirectX.DirectInput (microsoft.directx.directinput.dll) |
| Strong Name | Microsoft.DirectX.DirectInput,
Version=1.0.900.0,
Culture=neutral,
PublicKeyToken=d3231b57b74a1492 |