2 * Win32 miscellaneous functions
4 * Copyright 1995 Thomas Sandford (tdgsandf@prds-grn.demon.co.uk)
7 /* Misc. new functions - they should be moved into appropriate files
17 /***********************************************************************
18 * WinHelpA (USER32.578)
20 BOOL
WIN32_WinHelpA(HWND hWnd
,LPCSTR lpszHelp
,UINT uCommand
, DWORD dwData
)
22 /* Should do parameter conversion here, but WinHelp is not working,
24 return WinHelp(hWnd
,lpszHelp
,uCommand
,dwData
);
27 HHOOK
SetWindowsHookEx32A(int HookId
, HOOKPROC hookfn
, HINSTANCE hModule
,
32 fprintf(stdnimp
, "WIN32_SetWindowsHookEx Stub called!\n");