Collapse All
Parallels Virtualization SDK
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

PrlApiDeprecated.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 © 1999-2017 Parallels International GmbH. All rights reserved.