Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlCpuFeatures_GetValue Function
PHT_CPU_FEATURES  See Also

Returns value of the specific cpu feature.

Syntax
PRL_RESULT PrlCpuFeatures_GetValue(
    PRL_HANDLE hCpuFeatures, 
    PRL_CPU_FEATURES_EX nId, 
    PRL_UINT32_PTR pnValue
);
File

PrlApiDisp.h

Parameters

hCpuFeatures
A handle of type PHT_CPU_FEATURES.
nId
Id of specific feature.
pnValue
Pointer for storing result.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer or invalid feature id was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

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