Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlDispCfg_GetCpuFeaturesMaskEx Function
PHT_DISP_CONFIG  See Also

Allows to get the CPU features masks from dispatcher config.

Syntax
PRL_RESULT PrlDispCfg_GetCpuFeaturesMaskEx(
    PRL_HANDLE hDispConfig, 
    PRL_HANDLE_PTR phCpuFeatures
);
File

PrlApiDisp.h

Returns

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. 

Remarks

hDispConfig : A handle of type PHT_DISP_CONFIG. phCpuFeatures : A pointer to a variable that receives a handle of type PHT_CPU_FEATURES.

See Also
Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.