Determines whether the x86 virtualization (such as Vt-x) is available in the virtual machine CPU.
PRL_RESULT PrlVmCfg_IsCpuVtxEnabled( PRL_HANDLE hVmCfg, PRL_BOOL_PTR pbVmCpuVtxEnabled );
PrlApiVm.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid PHT_VIRTUAL_MACHINE handle or NULL pointer to the output buffer was specified.
PRL_ERR_NO_DATA - virtual machine configuration does not have necessary data.
PRL_ERR_SUCCESS - operation completed successfully