ReactOS
0.4.16-dev-1020-gf135cab
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
run.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Task Manager
3
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
4
* PURPOSE: Run Task.
5
* COPYRIGHT: Copyright 1999-2001 Brian Palmer <brianp@reactos.org>
6
* Copyright 2005 Klemens Friedl <frik85@reactos.at>
7
*/
8
/*
9
* run.h - definitions necessary to use Microsoft's "Run" dialog
10
* Undocumented Windows call
11
* use the type below to declare a function pointer
12
*
13
* Information taken from http://www.geocities.com/SiliconValley/4942/
14
* Copyright � 1998-1999 James Holderness. All Rights Reserved.
15
* jholderness@geocities.com
16
*/
17
18
#pragma once
19
20
void
TaskManager_OnFileNew
(
void
);
21
22
typedef
void
(
WINAPI
*
RUNFILEDLG
)(
23
HWND
hwndOwner,
24
HICON
hIcon
,
25
LPCWSTR
lpstrDirectory,
26
LPCWSTR
lpstrTitle,
27
LPCWSTR
lpstrDescription,
28
UINT
uFlags
);
29
30
/*
31
* Flags for RunFileDlg
32
*/
33
#define RFF_NOBROWSE 0x01
/* Removes the browse button. */
34
#define RFF_NODEFAULT 0x02
/* No default item selected. */
35
#define RFF_CALCDIRECTORY 0x04
/* Calculates the working directory from the file name. */
36
#define RFF_NOLABEL 0x08
/* Removes the edit box label. */
37
#define RFF_NOSEPARATEMEM 0x20
/* Removes the Separate Memory Space check box (Windows NT only). */
uFlags
UINT uFlags
Definition:
api.c:59
void
Definition:
nsiface.idl:2307
HICON
static HICON
Definition:
imagelist.c:80
hIcon
HICON hIcon
Definition:
msconfig.c:44
UINT
unsigned int UINT
Definition:
ndis.h:50
RUNFILEDLG
void(WINAPI * RUNFILEDLG)(HWND hwndOwner, HICON hIcon, LPCWSTR lpstrDirectory, LPCWSTR lpstrTitle, LPCWSTR lpstrDescription, UINT uFlags)
Definition:
run.h:22
TaskManager_OnFileNew
void TaskManager_OnFileNew(void)
Definition:
run.c:11
WINAPI
#define WINAPI
Definition:
msvc.h:6
LPCWSTR
const WCHAR * LPCWSTR
Definition:
xmlstorage.h:185
base
applications
taskmgr
run.h
Generated on Mon Apr 21 2025 06:02:38 for ReactOS by
1.9.6