D3DXF_FILELOADMEMORY
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXF_FILELOADMEMORY Structure


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

Headerd3dx9xof.h
Minimum operating systems Windows 98

See Also

ID3DXFile::CreateEnumObject, D3DXFILE


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