OpenCBM
Functions
formaterrormessage.c File Reference

Shared library / DLL for accessing the driver. More...

#include "libmisc.h"
#include <windows.h>

Go to the source code of this file.

Functions

char * cbmlibmisc_format_error_message (unsigned int ErrorNumber)
 Format a returned error code into a string. More...
 

Detailed Description

Shared library / DLL for accessing the driver.



Author
Michael Klein, Spiro Trikaliotis

Definition in file formaterrormessage.c.

Function Documentation

char* cbmlibmisc_format_error_message ( unsigned int  ErrorNumber)

Format a returned error code into a string.

This function formats a returned error code into a string.

Parameters
ErrorThe error number to be formatted.
Returns
The string describing the error given by the error code.

Definition at line 35 of file formaterrormessage.c.

Referenced by CbmInstall(), CbmRemove(), and plugin_load().