Determines whether the boot device is enabled or disabled.
PRL_RESULT PrlBootDev_IsInUse( PRL_HANDLE hVmBootDev, PRL_BOOL_PTR pbInUse );
PrlApiVm.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.
PRL_ERR_SUCCESS - function completed successfully.
A boot device can be either enabled or disabled. If a device is disabled, it is ignored during the boot operation. To change the status of a device, use the PrlBootDev_SetInUse function.