DeviceInformation.GetDriverLevel Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Retrieves the driver level for a device.
Definition
Visual Basic .NET |
Public Shared Function GetDriverLevel( _ ByVal device As Device _ ) As Integer |
C# |
public static int GetDriverLevel( Device device ); |
Managed C++ |
public: static int GetDriverLevel( Device *device ); |
JScript .NET |
public static function GetDriverLevel( device : Device ) :
int; |
Parameters
Return Value
System.Int32
. An Int32
value that indicates the driver level of the device.
© 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