Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlApi_GetMessageType Function
PrlApi.h  System Functions  Send Feedback

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 (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!