PresentParameters.ForceNoMultiThreadedFlag Property

Language:

Retrieves or sets a Boolean value that indicates whether an application can use multithreading.

Definition

Visual Basic Public Property ForceNoMultiThreadedFlag As Boolean
C# public bool ForceNoMultiThreadedFlag { get; set; }
C++ public:
property bool ForceNoMultiThreadedFlag {
        bool get();
        void set(bool value);
}
JScript public function get ForceNoMultiThreadedFlag() : boolean
public function set ForceNoMultiThreadedFlag(boolean);

Property Value

System.Boolean
Value that is true if multithreading is allowed in the application, or false if it is not.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center