Virtuozzo Virtualization SDK C API Reference
|
Allows to get the CPU features masks from dispatcher config.
PRL_RESULT PrlDispCfg_GetCpuFeaturesMaskEx( PRL_HANDLE hDispConfig, PRL_HANDLE_PTR phCpuFeatures );
PrlApiDisp.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.
PRL_ERR_OUT_OF_MEMORY - not enough memory to instantiate new object.
PRL_ERR_SUCCESS - function completed successfully.
hDispConfig : A handle of type PHT_DISP_CONFIG. phCpuFeatures : A pointer to a variable that receives a handle of type PHT_CPU_FEATURES.