?/TD>
Microsoft DirectX 9.0

DXFILELOADMEMORY Structure


Identifies memory data.

Syntax

typedef struct _DXFILELOADMEMORY {
    LPVOID lpMemory;
    DWORD dSize;
} DXFILELOADMEMORY, *LPDXFILELOADMEMORY;

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 a resource to be loaded when an application uses the IDirectXFile::CreateEnumObject method and specifies DXFILELOAD_FROMMEMORY.

Structure Information

Headerdxfile.h
Minimum operating systems Windows 98

See Also

IDirectXFile::CreateEnumObject, DXFILE


© 2002 Microsoft Corporation. All rights reserved.