ImDiskAPICreateDevice Method |
Name | Description | |
---|---|---|
CreateDevice(Int64, String, UInt32) |
Creates a new memory backed ImDisk virtual disk with the specified size in bytes.
| |
CreateDevice(Int64, String, ImDiskAPIMemoryType, String, UInt32) |
Creates a new memory backed ImDisk virtual disk with the specified size in bytes, or with disk volume data from an
image file. Memory could be either virtual memory allocated directly by ImDisk driver, or physical memory allocated
by AWEAlloc driver.
| |
CreateDevice(Int64, ImDiskFlags, String, Boolean, String, UInt32) |
Creates a new ImDisk virtual disk.
| |
CreateDevice(Int64, UInt32, UInt32, UInt32, Int64, ImDiskFlags, String, Boolean, String, IntPtr) |
Creates a new ImDisk virtual disk.
| |
CreateDevice(Int64, UInt32, UInt32, UInt32, Int64, ImDiskFlags, String, Boolean, String, UInt32, IntPtr) |
Creates a new ImDisk virtual disk.
|