Microsoft DirectX 8.1 (C++)

DXFILELOADMEMORY

Identifies memory data.

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.

Requirements

  Header: Declared in Dxfile.h.

See Also

IDirectXFile::CreateEnumObject