|  |  | 
Identifies memory data.
typedef struct D3DXF_FILELOADMEMORY {
    LPCVOID lpMemory;
    SIZE_T dSize;
} D3DXF_FILELOADMEMORY, *LPD3DXF_FILELOADMEMORY;
                    
                
            
            
                
This structure identifies data to be loaded from memory when an application uses the ID3DXFile::CreateEnumObject method and specifies the D3DXF_FILELOAD_FROMMEMORY flag.