#include <lvm_intr.h> void _System Refresh_LVM_Engine( CARDINAL32 * Error_Code /* (O) Address where the error code will be stored */ );
Parameters
Returns
N/A.
Errors
If an error occurs, the value pointed to by Error_Code will be greater than 0.
Side Effects
Volumes which represent non-LVM devices may have their handles changed!
Notes
After calling this function, Get_Volume_Control_Data should be called to get the updated list of volumes. This is necessary as the handles of some volumes may have changed.
16-Bit Equivalent:
void _Far16 _Pascal _loadds REFRESH_LVM_ENGINE16( CARDINAL32 * _Seg16 Error_Code );