Collapse All
Parallels C API Reference Guide
PrlSrv_IsConfirmationModeEnabled Function
PrlApi.h PHT_SERVER See Also

Determines confirmation mode for the session

Syntax
PRL_RESULT PrlSrv_IsConfirmationModeEnabled(
    PRL_HANDLE hServer, 
    PRL_BOOL_PTR pbConfirmationModeEnabled
);
File
Parameters

hServer
A handle of type PHT_SERVER .
pbConfirmationModeEnabled
[out] A pointer to a variable that receives the result. PRL_TRUE indicates that confirmation mode is enabled for the session. PRL_FALSE indicates that confirmation mode is disabled for the session.
Returns

PRL_RESULT . Possible values: PRL_ERR_INVALID_ARG - non valid PHT_SERVER handle or non valid (NULL) pointer to the buffer for storing result was passed. PRL_ERR_SUCCESS - operation completed successfully.

See Also
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!