JCL Help:GetMciErrorMessage
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: GetMciErrorMessage Function
Search in JCL Help
Search in all projects
Summary
Wrapper for mciGetErrorString API.
Pascal
function GetMciErrorMessage(const MciErrNo: MCIERROR): string;
Parameters
Parameters | Description |
ErrorCode | The errorcode for which you want the error message. |
Return Value
Error message for the specified error code.
Description
GetMciErrorMessage is a simple wrapper function for the mciGetErrorString API. The function returns an error message for the specified error code.
About
Unit
Donator
Bernhard Berger
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page