Author: hbelusca Date: Fri Feb 12 23:50:33 2016 New Revision: 70722
URL: http://svn.reactos.org/svn/reactos?rev=70722&view=rev Log: [UNDOCSHELL]: Add descriptions for the RunFileDlg shell function (ripped off taskmgr's run.h file).
Modified: trunk/reactos/include/reactos/undocshell.h
Modified: trunk/reactos/include/reactos/undocshell.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/undocshell.... ============================================================================== --- trunk/reactos/include/reactos/undocshell.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/undocshell.h [iso-8859-1] Fri Feb 12 23:50:33 2016 @@ -92,11 +92,11 @@ */
/* RunFileDlg flags */ -#define RFF_NOBROWSE 0x01 -#define RFF_NODEFAULT 0x02 -#define RFF_CALCDIRECTORY 0x04 -#define RFF_NOLABEL 0x08 -#define RFF_NOSEPARATEMEM 0x20 /* NT only */ +#define RFF_NOBROWSE 0x01 /* Removes the browse button */ +#define RFF_NODEFAULT 0x02 /* No default item selected */ +#define RFF_CALCDIRECTORY 0x04 /* Calculates the working directory from the file name */ +#define RFF_NOLABEL 0x08 /* Removes the edit box label */ +#define RFF_NOSEPARATEMEM 0x20 /* Removes the Separate Memory Space check box (Windows NT only) */
#define DE_SAMEFILE 0x71 #define DE_DESTSAMETREE 0x7D