Moved DCX_* constants to winuser.h.
[wine/multimedia.git] / include / snoop.h
blob76d1cf319dc05c2f425164f22152e8fdc97cbb3b
1 /*
2 * Definitions for inter-dll snooping
3 */
4 #ifndef __WINE_SNOOP_H
5 #define __WINE_SNOOP_H
7 #include "module.h"
9 extern void SNOOP_RegisterDLL(HMODULE,LPCSTR,DWORD);
10 extern FARPROC SNOOP_GetProcAddress(HMODULE,LPCSTR,DWORD,FARPROC);
11 extern void SNOOP16_RegisterDLL(NE_MODULE*,LPCSTR);
12 extern FARPROC16 SNOOP16_GetProcAddress16(HMODULE16,DWORD,FARPROC16);
13 extern int SNOOP_ShowDebugmsgSnoop(const char *dll,int ord,const char *fname);
14 #endif