Renamed KERNEL.327 to HandleParamError (as in 'Undoc. Windows').
Fixed wrong ordinals/prototype for MapProcessHandle/GetModuleFileName32.
Added names for some undocumented exports.

diff --git a/misc/error.c b/misc/error.c
index 248fd2f..dace017 100644
--- a/misc/error.c
+++ b/misc/error.c
@@ -156,9 +156,9 @@
 }
 
 /***********************************************************************
-*	LogParamErrorRegs (KERNEL.327)
+*	HandleParamError (KERNEL.327)
 */
-void WINAPI LogParamErrorRegs( CONTEXT *context )
+void WINAPI HandleParamError( CONTEXT *context )
 {
 	UINT16 uErr = BX_reg( context );
         FARPROC16 lpfn = (FARPROC16)PTR_SEG_OFF_TO_SEGPTR( CS_reg(context),