![]() |
![]() |
![]() |
Identifies memory data.
Syntax
typedef struct _D3DXF_FILELOADMEMORY { LPCVOID lpMemory; SIZE_T dSize; } D3DXF_FILELOADMEMORY;
Members
- lpMemory
- Pointer to a block of memory to be loaded.
- dSize
- Size of the block of memory to be loaded, in bytes.
Remarks
This structure identifies data to be loaded from memory when an application uses the ID3DXFile::CreateEnumObject method and specifies the D3DXF_FILELOAD_FROMMEMORY flag.
Structure Information
Header d3dx9xof.h Minimum operating systems Windows 98
See Also
ID3DXFile::CreateEnumObject, D3DXFILE