ImDiskAPIExtendDevice Method (UInt32, Int64, IntPtr) |
Extends size of an existing ImDisk virtual disk.
Namespace: LTR.IO.ImDiskAssembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax public static void ExtendDevice(
uint DeviceNumber,
long ExtendSize,
IntPtr StatusControl
)
Public Shared Sub ExtendDevice (
DeviceNumber As UInteger,
ExtendSize As Long,
StatusControl As IntPtr
)
public:
static void ExtendDevice(
unsigned int DeviceNumber,
long long ExtendSize,
IntPtr StatusControl
)
static member ExtendDevice :
DeviceNumber : uint32 *
ExtendSize : int64 *
StatusControl : IntPtr -> unit
Parameters
- DeviceNumber
- Type: SystemUInt32
Device number of ImDisk virtual disk to extend. - ExtendSize
- Type: SystemInt64
Size to add. - StatusControl
- Type: SystemIntPtr
Optional handle to control that can display status messages during operation.
See Also