Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlSrvCfg_GetCpuFeatures Function
PHT_SERVER_CONFIG

To get the CPU features from server hSrvConfig : A handle of type PRL_HANDLE.

Syntax
PRL_RESULT PrlSrvCfg_GetCpuFeatures(
    PRL_HANDLE hSrvConfig, 
    PRL_CPU_FEATURES_PTR pCpuFeatures
);
File

PrlApiDisp.h

Returns

PRL_RESULT. Possible values: PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. PRL_ERR_SUCCESS - function completed successfully.

Remarks

pMasks: [out] A pointer structure with processor features set

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