Microsoft DirectX 9.0 SDK Update (October 2004)

BufferStatus.LocatedInSoftware Property

Language:

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

Retrieves whether a buffer is located in software.

Definition

Visual Basic .NET Public ReadOnly Property LocatedInSoftware As Boolean
C# public bool LocatedInSoftware { get; }
Managed C++ public: __property bool get_LocatedInSoftware();
JScript .NET public function get LocatedInSoftware() : boolean

Property Value

System.Boolean . Value that is set to true if a buffer is located in software; otherwise, false.

This property is read-only. 

Remarks

This property is set only for buffers created with the BufferDescription.DeferLocation set to true.


© 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