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 the driver level for a device.
Definition
Visual Basic Public Shared Function GetDriverLevel( _
ByVal device As Device _
) As IntegerC# public static int GetDriverLevel(
Device device
);C++ public:
static int GetDriverLevel(
Device^ device
);JScript public static function GetDriverLevel(
device : Device
) : int;
Parameters
device Microsoft.DirectX.Direct3D.Device
A Device object that is used to retrieve the driver level.
Return Value
System.Int32
An Int32value that indicates the driver level of the device.
.gif)