Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlDispCfg_SetCpuFeaturesMask Function
PHT_DISP_CONFIG  See Also

Allows to set the CPU features masks.

Syntax
PRL_RESULT PrlDispCfg_SetCpuFeaturesMask(
    PRL_HANDLE hDispConfig, 
    PRL_CONST_CPU_FEATURES_MASK_PTR pMasks
);
File

PrlApiDeprecated.h

Parameters

hDispConfig
A handle of type PHT_DISP_CONFIG.
pMasks
[in] A pointer to masks of processor features

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle. 

PRL_ERR_SUCCESS - function completed successfully. 

Remarks

This masks will save at dispatcher config and will use on VM start.

See Also
Links
© 2021 Parallels International GmbH. All rights reserved.