![]() |
|
| << Previous | Next >> | |
| | |
int mbr_UnmountPartition( mbr_drive * drive, int pnum );
Description
- Marks the partition as unmounted. The partition must not have any user partition data attached (through mounting at a higher level). If the
fs_partpointer for the partition being unmounted is not null, anEPERMerror is returned.Parameters
- drive
- Pointer to a drive structure containing the partition
- pnum
- Partition number to be unmounted
Return value
- 0 for success
-EINVALif the Drive structure orpnumis invalid.
-ENOPARTif the partition is enumerated at a higher level.Library
- PART.LIB
| Dynamic C Functions | << Previous | Next >> | rabbit.com |