Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlVmInfo_GetVmProcessId Function
PHT_VM_INFO

Get VM process id.

Syntax
PRL_RESULT PrlVmInfo_GetVmProcessId(
    PRL_HANDLE handle, 
    PRL_UINT32_PTR ppid
);
File

PrlApiVm.h

Parameters

handle
A handle of type PHT_VM_INFO.
ppid
[out] A pointer to a variable that receives the result.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_NO_DATA - process id not available. 

PRL_ERR_SUCCESS - function completed successfully. 

Links
© 2021 Parallels International GmbH. All rights reserved.