D3DXGetDeclLength
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXGetDeclLength Function


Returns the number of elements in the vertex declaration.

Syntax

UINT WINAPI D3DXGetDeclLength(      

    const D3DVERTEXELEMENT9 *pDecl );

Parameters

pDecl
[in] A pointer to the vertex declaration. See D3DVERTEXELEMENT9.

Return Value

The number of elements in the vertex declaration.

Function Information

Headerd3dx9mesh.h
Import libraryd3dx9.lib
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.