Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlVmRegisterParams_GetFlags Function
PHT_VM_REGISTER_PARAMS

Gets VM registration parameter flags.

Syntax
PRL_RESULT PrlVmRegisterParams_GetFlags(
    PRL_HANDLE hParams, 
    PRL_UINT32_PTR pV
);
File

PrlApiVm.h

Parameters

hParams
[in] A handle of type PHT_VM_REGISTER_PARAMS identifying the parameters object.
pV
[out] A pointer to a variable that receives flags.

Returns

PRL_RESULT. Possible values are: 

PRL_ERR_INVALID_ARG - Invalid handle or null pointer was passed. PRL_ERR_SUCCESS - Function completed successfully. 

Links
© 2021 Parallels International GmbH. All rights reserved.