Click or drag to resize
ImDiskAPICreateDevice Method
Overload List
  NameDescription
Public methodStatic memberCreateDevice(Int64, String, UInt32)
Creates a new memory backed ImDisk virtual disk with the specified size in bytes.
Public methodStatic memberCreateDevice(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.
Public methodStatic memberCreateDevice(Int64, ImDiskFlags, String, Boolean, String, UInt32)
Creates a new ImDisk virtual disk.
Public methodStatic memberCreateDevice(Int64, UInt32, UInt32, UInt32, Int64, ImDiskFlags, String, Boolean, String, IntPtr)
Creates a new ImDisk virtual disk.
Public methodStatic memberCreateDevice(Int64, UInt32, UInt32, UInt32, Int64, ImDiskFlags, String, Boolean, String, UInt32, IntPtr)
Creates a new ImDisk virtual disk.
Top
See Also