?/TD> |
Microsoft DirectX 9.0 |
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
Header dxfile.h Minimum operating systems Windows 98
See Also
IDirectXFile::CreateEnumObject, DXFILE