Collapse All
Parallels C API Reference Guide
PrlApi_GetMessageType Function
PrlApi.h 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
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 © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!