D3DXF_FILELOADMEMORY structure
Identifies memory data.
Syntax
typedef struct D3DXF_FILELOADMEMORY {
LPCVOID lpMemory;
SIZE_T dSize;
} D3DXF_FILELOADMEMORY, *LPD3DXF_FILELOADMEMORY;
Members
-
lpMemory
-
Type: LPCVOID
-
Pointer to a block of memory to be loaded.
-
dSize
-
Type: SIZE_T
-
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 CreateEnumObject method and specifies the D3DXF_FILELOAD_FROMMEMORY flag.
Requirements
Requirement | Value |
---|---|
Header |
|
See also