Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlVmInfo_IsVmWaitingForAnswer Function
PrlApi.h  PHT_VM_INFO  Send Feedback

Determines if the specified virtual machine is waiting for answer on self question.

Syntax
PRL_RESULT PrlVmInfo_IsVmWaitingForAnswer(
    PRL_HANDLE handle, 
    PRL_BOOL_PTR pbIsVmWaitingForAnswer
);
File
Parameters

handle
A handle of type PHT_VM_INFO.
pbIsVmWaitingForAnswer
[out] A pointer to a variable that receives result. PRL_TRUE - the virtual machine is waiting for answer. PRL_FALSE - the virtual machine is working normal.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_NO_DATA - the status of the virtual machine cannot be determined. 

RL_ERR_SUCCESS - function completed successfully.

Links
Copyright (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!