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

  1. Home
  2. Community
  3. Development
  4. myReactOS

  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

control.h

Go to the documentation of this file.
00001 /*
00002  * PROJECT:         ReactOS System Control Panel
00003  * FILE:            base/applications/control/control.h
00004  * PURPOSE:         ReactOS System Control Panel
00005  * PROGRAMMERS:     Gero Kuehn (reactos.filter@gkware.com)
00006  *                  Colin Finck (mail@colinfinck.de)
00007  */
00008 
00009 #include <windows.h>
00010 #include <tchar.h>
00011 #include "resource.h"
00012 
00013 #define CCH_UINT_MAX   11
00014 #define MAX_VALUE_NAME 16383
00015 
00016 /* Macro for calling "rundll32.exe"
00017    According to MSDN, ShellExecute returns a value greater than 32 if the operation was successful. */
00018 #define RUNDLL(param)   ((INT_PTR)ShellExecute(NULL, _T("open"), _T("rundll32.exe"), (param), NULL, SW_SHOWDEFAULT) > 32)

Generated on Thu Feb 9 04:39:05 2012 for ReactOS by doxygen 1.6.3

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