[Win32ss]
[reactos.git] / reactos / win32ss / user / ntuser / callback.h
index 5997134..6882129 100644 (file)
@@ -29,6 +29,8 @@ co_IntCallHookProc(INT HookId,
                 WPARAM wParam,
                 LPARAM lParam,
                 HOOKPROC Proc,
+                INT Mod,
+                ULONG_PTR offPfn,
                 BOOLEAN Ansi,
                 PUNICODE_STRING ModuleName);
 
@@ -55,9 +57,10 @@ HMENU APIENTRY co_IntCallLoadMenu(HINSTANCE,PUNICODE_STRING);
 
 NTSTATUS APIENTRY co_IntClientThreadSetup(VOID);
 
-HMODULE
-co_IntClientLoadLibrary(PUNICODE_STRING strLibName, 
-                        PUNICODE_STRING strInitFunc, 
+BOOL
+NTAPI
+co_IntClientLoadLibrary(PUNICODE_STRING strLibName,
+                        PUNICODE_STRING strInitFunc,
                         BOOL Unload,
                         BOOL ApiHook);