Collapse All
Parallels Virtualization SDK
PrlDispCfg_GetCpuFeaturesMask Function
PHT_DISP_CONFIG See Also

To get the CPU features masks from dispatcher config hDispConfig : A handle of type PHT_DISP_CONFIG .

Syntax
PRL_RESULT PrlDispCfg_GetCpuFeaturesMask(
    PRL_HANDLE hDispConfig, 
    PRL_CPU_FEATURES_MASK_PTR pMasks
);
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 to masks of processor features

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