#include <lvm_intr.h> CARDINAL32 _System Get_Install_Flags( CARDINAL32 * Error_Code /* (O) Address where the error code will be stored */ );
Parameters
Returns
The function returns the current value of the Install Flags.
Errors
If an error occurs, the value pointed to by Error_Code will be greater than 0.
Side Effects
None.
Notes
None.
16-Bit Equivalent:
void _Far16 _Pascal _loadds Get_Install_Flags16( CARDINAL32 * _Seg16 Install_Flags, CARDINAL32 * _Seg16 Error_Code );