Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygencontrol.hGo 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
1.6.3
|