Jump to content

LVM API: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
For general information visit the [[Logical Volume Manager]] page.
==Functions==
==Functions==
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
* [[Add_To_Boot_Manager]]
* Add_To_Boot_Manager
* Assign_Drive_Letter
* Assign_Drive_Letter
* Boot_Manager_Is_Installed
* Boot_Manager_Is_Installed
Line 56: Line 58:
</div>
</div>


==External Links==
==Data Types==
* [http://www.altsan.org/os2/toolkits/lvm/lvmref/LVMREF.html|IBM Logical Volume Manager Programmer Reference]
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
* ADDRESS
* AliasTableEntry
* Allocation_Algorithm
* BOOLEAN
* Boot_Manager_Menu_Item
* Boot_Manager_Menu
* BYTE
* Byte
* CARDINAL types
* DLA_Entry
* DLA_Table_Sector
* DoubleWord
* Drive_Control_Array
* Drive_Control_Record
* Drive_Information_Record
* Extended_Boot_Record
* INTEGER types
* LBA
* LSN
* LVM_Feature_Data
* LVM_Signature_Sector
* Master_Boot_Record
* Partition_Information_Array
* Partition_Information_Record
* Partition_Record
* PSN
* pSTRING
* QuadWord
* REAL types
* Volume_Control_Array
* Volume_Control_Record
* Volume_Information_Record
* Word
</div>
 
==Error Codes==
* LVM API Error Codes


[[Category:The OS/2 API Project]]
[[Category:The OS/2 API Project]]

Latest revision as of 02:15, 5 October 2023

For general information visit the Logical Volume Manager page.

Functions

  • Add_To_Boot_Manager
  • Assign_Drive_Letter
  • Boot_Manager_Is_Installed
  • Changes_Pending
  • Close_LVM_Engine
  • Commit_Changes
  • Create_Partition
  • Create_Volume
  • Delete_Partition
  • Delete_Volume
  • Expand_Volume
  • Export_Configuration
  • Free_Engine_Memory
  • Get_Available_Drive_Letters
  • Get_Boot_Manager_Handle
  • Get_Boot_Manager_Menu
  • Get_Boot_Manager_Options
  • Get_Drive_Control_Data
  • Get_Drive_Status
  • Get_Install_Flags
  • Get_Installable_Volume
  • Get_LVM_View
  • Get_Partition_Handle
  • Get_Partition_Information
  • Get_Partitions
  • Get_Reboot_Flag
  • Get_Reserved_Drive_Letters
  • Get_Valid_Options
  • Get_Volume_Control_Data
  • Get_Volume_Information
  • Hide_Volume
  • Install_Boot_Manager
  • New_MBR
  • Open_LVM_Engine
  • Read_Sectors
  • Reboot_Required
  • Rediscover_PRMs
  • Refresh_LVM_Engine
  • Remove_Boot_Manager
  • Remove_From_Boot_Manager
  • Set_Active_Flag
  • Set_Boot_Manager_Options
  • Set_Free_Space_Threshold
  • Set_Install_Flags
  • Set_Installable
  • Set_Min_Install_Size
  • Set_Name
  • Set_OS_Flag
  • Set_Reboot_Flag
  • Set_Startable
  • Start_Logging
  • Stop_Logging
  • Write_Sectors

Data Types

  • ADDRESS
  • AliasTableEntry
  • Allocation_Algorithm
  • BOOLEAN
  • Boot_Manager_Menu_Item
  • Boot_Manager_Menu
  • BYTE
  • Byte
  • CARDINAL types
  • DLA_Entry
  • DLA_Table_Sector
  • DoubleWord
  • Drive_Control_Array
  • Drive_Control_Record
  • Drive_Information_Record
  • Extended_Boot_Record
  • INTEGER types
  • LBA
  • LSN
  • LVM_Feature_Data
  • LVM_Signature_Sector
  • Master_Boot_Record
  • Partition_Information_Array
  • Partition_Information_Record
  • Partition_Record
  • PSN
  • pSTRING
  • QuadWord
  • REAL types
  • Volume_Control_Array
  • Volume_Control_Record
  • Volume_Information_Record
  • Word

Error Codes

  • LVM API Error Codes