Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenprecomp.h
Go to the documentation of this file.
00001 00002 #include <windows.h> 00003 #include <commctrl.h> 00004 #include <shellapi.h> 00005 #include <tchar.h> 00006 #include "resource.h" 00007 00008 /* console.c */ 00009 00010 BOOL 00011 RegisterMMCWndClasses(VOID); 00012 00013 VOID 00014 UnregisterMMCWndClasses(VOID); 00015 00016 HWND 00017 CreateConsoleWindow(IN LPCTSTR lpFileName OPTIONAL); 00018 00019 /* misc.c */ 00020 00021 INT 00022 LengthOfStrResource(IN HINSTANCE hInst, 00023 IN UINT uID); 00024 00025 DWORD 00026 LoadAndFormatString(IN HINSTANCE hInstance, 00027 IN UINT uID, 00028 OUT LPTSTR *lpTarget, 00029 ...); 00030 00031 /* mmc.c */ 00032 00033 extern HINSTANCE hAppInstance; 00034 extern HANDLE hAppHeap; Generated on Sun May 27 2012 04:16:24 for ReactOS by
1.7.6.1
|