PresentParameters.ForceNoMultiThreadedFlag Property |
Language: |
Retrieves or sets a Boolean value that indicates whether an application can use multithreading.
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);
System.Boolean
This property is read/write.
Value that is true if multithreading is allowed in the application, or false if it is not.
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