ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

precomp.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.