Click or drag to resize
ImDiskAPIExtendDevice Method (UInt32, Int64)
Extends size of an existing ImDisk virtual disk.

Namespace: LTR.IO.ImDisk
Assembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax
public static void ExtendDevice(
	uint DeviceNumber,
	long ExtendSize
)

Parameters

DeviceNumber
Type: SystemUInt32
Device number of ImDisk virtual disk to extend.
ExtendSize
Type: SystemInt64
Size to add.
See Also