|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function IsDirectX8Available (
) as Boolean
|
|
[C#]
public bool IsDirectX8Available (
);
|
|
[C++]
public: bool IsDirectX8Available (
);
|
|
Value
|
Meaning
|
|
|
|
|
false
|
DirectX version 8 or higher is not available
|
|
true
|
DirectX version 8 or higher is available
|