Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves whether a buffer is lost and must be restored before it is played or locked.
Definition
Visual Basic Public ReadOnly Property BufferLost As Boolean C# public bool BufferLost { get; } C++ public:
property bool BufferLost {
bool get();
}JScript public function get BufferLost() : boolean
Property Value
System.Boolean
Value that is set to true if a buffer is lost and must be restored; otherwise, false.This property is read-only.