| How to Return The String Version Of An API Error Many of the Windows API functions return errors, but what do they actaully mean. Usually the develeper would have to look the error up in the platform SDK or use a thrid part utility, but by using the function below you can accomplish the same. NB: The MW Code LIbrary contains function to access error strings for custom DLLs as well. Property Get GetErrorString() |
___________________________________________ Send Bugs, comments to the webmaster at webmaster@mwe.8m.com © 1999 MW Software, all rights reserved |