The LVM Engine must be closed when this function is called.
#include <lvm_intr.h> void _System Rediscover_PRMs( 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 > 0.
Side Effects
New volumes may be discovered and assigned drive letters.
Notes
This function is disabled while the LVM Engine is open.
16-Bit Equivalent:
void _Far16 _Pascal _loadds REDISCOVER_PRMS16( CARDINAL32 * _Seg16 Error_Code );