d3d9.dllID3DXAllocateHierarchy
Microsoft DirectX 9.0 SDK Update (October 2004)

ID3DXAllocateHierarchy Interface


This interface is implemented by the application to allocate or free frame and mesh container objects. Methods on this are called during loading and destroying frame hierarchies.

ID3DXAllocateHierarchy Members

CreateFrame Requests allocation of a frame object.
CreateMeshContainer Requests allocation of a mesh container object.
DestroyFrame Requests deallocation of a frame object.
DestroyMeshContainer Requests deallocation of a mesh container object.

Remarks

The LPD3DXALLOCATEHIERARCHY type is defined as a pointer to this interface.

typedef interface ID3DXAllocateHierarchy ID3DXAllocateHierarchy;
typedef interface ID3DXAllocateHierarchy *LPD3DXALLOCATEHIERARCHY;

Interface Information

Stock Implementationd3d9.dll
Custom ImplementationNo
Inherits fromIUnknown
Headerd3dx9anim.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.