Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlSrv_IsNonInteractiveSession Function
PrlApi.h  PHT_SERVER  Send Feedback

Determines if the session is noninteractive or interactive.

Syntax
PRL_RESULT PrlSrv_IsNonInteractiveSession(
    PRL_HANDLE hServer, 
    PRL_BOOL_PTR pbNonInteractive
);
File
Parameters

hServer
A handle of type PHT_SERVER.
pbNonInteractive
[out] A pointer to a variable that receives the result. PRL_TRUE indicates that the session is noninteractive. PRL_FALSE indicates interactive session (default).

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.

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