D3DXGetDriverLevel

Returns the driver level.

UINT D3DXGetDriverLevel(
  LPDIRECT3DDEVICE9 pDevice
);

Parameters

pDevice
[in] Pointer to an IDirect3DDevice9 interface representing the device.

Return Values

The driver level. See remarks.

Remarks

This method returns the driver version, which is one of the following:

Requirements

Header: Declared in D3dx9core.h.