IDirect3DResource9::GetType method (d3d9helper.h)

Returns the type of the resource.

Syntax

D3DRESOURCETYPE GetType();

Return value

Type: D3DRESOURCETYPE

Returns a member of the D3DRESOURCETYPE enumerated type, identifying the type of the resource.

Requirements

Requirement Value
Target Platform Windows
Header d3d9helper.h (include D3D9.h)
Library D3D9.lib

See also

IDirect3DResource9