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
16 /****************************************************************************
17 * UTRegister (KERNEL32.697)
19 BOOL32 WINAPI UTRegister(HMODULE32 hModule,
23 /*UT32PROC*/ LPVOID *ppfn32Thunk,
24 /*FARPROC*/ LPVOID pfnUT32CallBack,
27 fprintf(stdnimp, "UTRegister Stub called!\n");
31 /****************************************************************************
32 * UTUnRegister (KERNEL32.698)
34 BOOL32 WINAPI UTUnRegister(HMODULE32 hModule)
36 fprintf(stdnimp, "UTUnRegister Stub called!\n");
40 /****************************************************************************
41 * QueryPerformanceCounter (KERNEL32.415)
43 BOOL32 WINAPI QueryPerformanceCounter(LPLARGE_INTEGER counter)
45 /* FIXME: don't know what are good values */
47 counter->HighPart = 0;