SeekingCaps.CanSeekAbsolute Property |
Language: |
Retrieves whether the stream can seek to an absolute position.
Visual Basic Public ReadOnly Property CanSeekAbsolute As Boolean C# public bool CanSeekAbsolute { get; } C++ public:
property bool CanSeekAbsolute {
bool get();
}JScript public function get CanSeekAbsolute() : boolean
System.Boolean
This property is read-only.
A value that is set to true if the stream can seek to an absolute position; otherwise, false.
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