Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlApi_GetMessageType Function
System Functions

Evaluates the specified error code and returns its classification (warning, question, information, etc.).

Syntax
PRL_RESULT PrlApi_GetMessageType(
    PRL_RESULT nErrCode, 
    PRL_MESSAGE_TYPE_ENUM_PTR pnMsgType
);
File

PrlApiCore.h

Parameters

nErrCode
The error code to evaluate.
pnMsgType
[out] A pointer to a variable that receives the result.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.