Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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