PresentParameters.ForceNoMultiThreadedFlag Property (Microsoft.DirectX.Direct3D)
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.
Show: