DXFILELOADMEMORY structure
Identifies memory data. Deprecated.
Syntax
typedef struct DXFILELOADMEMORY {
LPVOID lpMemory;
DWORD dSize;
} DXFILELOADMEMORY, *LPDXFILELOADMEMORY;
Members
-
lpMemory
-
Type: LPVOID
-
Pointer to a block of memory to be loaded.
-
dSize
-
Type: DWORD
-
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 CreateEnumObject method and specifies DXFILELOAD_FROMMEMORY.
Requirements
Requirement | Value |
---|---|
Header |
|
See also