Returns a flexible vertex format (FVF) code from a declarator.
HRESULT D3DXFVFFromDeclarator( CONST LPD3DVERTEXELEMENT9 * pDeclaration, DWORD * pFVF );
If the function succeeds, the return value is D3D_OK. If the function fails, the return value can be: D3DERR_INVALIDCALL.
This function will fail for any declarator that does not map directly to an FVF.
Header: Declared in D3dx9mesh.h.