Set_Min_Install_Size
This function tells the LVM Engine
how big a partition/volume must be in order for it to marked installable.
If this function is not used to set the minimum size for an installable
partition/volume, the LVM Engine will use a default value of 300 MB.
#include <lvm_intr.h>
void _System Set_Min_Install_Size(
CARDINAL32 Min_Sectors /* (I) The minimum size, in sectors */
);
Parameters
- Min_Sectors
- The minimum size, in sectors, that a partition must be in order for it
to be marked as installable.
Returns
N/A.
Errors
N/A.
Side Effects
None.
Notes
None.
16-Bit Equivalent:
void _Far16 _Pascal _loadds SET_MIN_INSTALL_SIZE16( CARDINAL32 Min_Sectors );