LVMLAYER.DLL: Difference between revisions
Appearance
Created page with "LVM Abstraction Layer for Installation Volume Manager. ==Version== {|class="wikitable" !Date||Version||Size||Comments |- |2020-01-20||1.0.3||39,922 bytes||LVM Abstraction Lay..." |
|||
Line 10: | Line 10: | ||
==DLL Entry Points== | ==DLL Entry Points== | ||
* 1 | * 1 LvmQueryValidOptions | ||
* 2 | * 2 LvmInstallBootManager | ||
* 3 | * 3 LvmQueryPartitionInfo | ||
* 4 | * 4 LvmFreeDriveInfoMemory | ||
* 5 | * 5 LvmGetDrives | ||
* 6 | * 6 LvmOpenEngine | ||
* 7 | * 7 LvmRewriteMBR | ||
* 8 | * 8 LvmGetVolumes | ||
* 9 | * 9 LvmDefaultPartitionName | ||
* 10 | * 10 LvmQueryAvailableLetters | ||
* 11 | * 11 LvmCloseEngine | ||
* 12 | * 12 LvmRemoveFromBootManager | ||
* 13 | * 13 LvmGetBootMenu | ||
* 14 | * 14 LvmSetBootManagerOptions | ||
* 15 | * 15 LvmQueryReservedLetters | ||
* 16 | * 16 LvmDeleteVolume | ||
* 17 | * 17 LvmExpandVolume | ||
* 18 | * 18 LvmCommitChanges | ||
* 19 | * 19 LvmSetActiveFlag | ||
* 20 | * 20 LvmQueryBootManagerOptions | ||
* 21 | * 21 LvmRefreshEngine | ||
* 22 | * 22 LvmLayerVersion | ||
* 23 | * 23 LvmSetStartable | ||
* 24 | * 24 LvmQueryAirBoot | ||
* 25 | * 25 LvmQueryDiskInfo | ||
* 26 | * 26 LvmRediscoverPRM | ||
* 27 | * 27 LvmGetPartitions | ||
* 28 | * 28 LvmChangesPending | ||
* 29 | * 29 LvmRebootRequired | ||
* 30 | * 30 LvmCreateVolumeFromMultiplePartitions | ||
* 31 | * 31 LvmCreateNewVolume | ||
* 32 | * 32 LvmDeletePartition | ||
* 33 | * 33 LvmQueryVolumeFlag | ||
* 34 | * 34 LvmQueryVolumeInfo | ||
* 35 | * 35 LvmVolumeHandleFromPartition | ||
* 36 | * 36 LvmCreateVolumeFromPartition | ||
* 37 | * 37 LvmSetVolumeLetter | ||
* 38 | * 38 LvmPartitionHandleFromVolume | ||
* 39 | * 39 LvmQueryPartitionConstraints | ||
* 40 | * 40 LvmDeleteBootManager | ||
* 41 | * 41 LvmFreeMem | ||
* 42 | * 42 LvmSetName | ||
* 43 | * 43 LvmAddToBootManager | ||
* 44 | * 44 LvmCreateEFPartition | ||
* 45 | * 45 LvmQueryBootManager | ||
* 46 | * 46 LvmDefaultVolumeName | ||
==DLLs Loaded== | ==DLLs Loaded== |
Revision as of 23:20, 16 January 2021
LVM Abstraction Layer for Installation Volume Manager.
Version
Date | Version | Size | Comments |
---|---|---|---|
2020-01-20 | 1.0.3 | 39,922 bytes | LVM Abstraction Layer for Installation Volume Manager by Alex Taylor. |
DLL Entry Points
- 1 LvmQueryValidOptions
- 2 LvmInstallBootManager
- 3 LvmQueryPartitionInfo
- 4 LvmFreeDriveInfoMemory
- 5 LvmGetDrives
- 6 LvmOpenEngine
- 7 LvmRewriteMBR
- 8 LvmGetVolumes
- 9 LvmDefaultPartitionName
- 10 LvmQueryAvailableLetters
- 11 LvmCloseEngine
- 12 LvmRemoveFromBootManager
- 13 LvmGetBootMenu
- 14 LvmSetBootManagerOptions
- 15 LvmQueryReservedLetters
- 16 LvmDeleteVolume
- 17 LvmExpandVolume
- 18 LvmCommitChanges
- 19 LvmSetActiveFlag
- 20 LvmQueryBootManagerOptions
- 21 LvmRefreshEngine
- 22 LvmLayerVersion
- 23 LvmSetStartable
- 24 LvmQueryAirBoot
- 25 LvmQueryDiskInfo
- 26 LvmRediscoverPRM
- 27 LvmGetPartitions
- 28 LvmChangesPending
- 29 LvmRebootRequired
- 30 LvmCreateVolumeFromMultiplePartitions
- 31 LvmCreateNewVolume
- 32 LvmDeletePartition
- 33 LvmQueryVolumeFlag
- 34 LvmQueryVolumeInfo
- 35 LvmVolumeHandleFromPartition
- 36 LvmCreateVolumeFromPartition
- 37 LvmSetVolumeLetter
- 38 LvmPartitionHandleFromVolume
- 39 LvmQueryPartitionConstraints
- 40 LvmDeleteBootManager
- 41 LvmFreeMem
- 42 LvmSetName
- 43 LvmAddToBootManager
- 44 LvmCreateEFPartition
- 45 LvmQueryBootManager
- 46 LvmDefaultVolumeName