ReactOS
0.4.16-dev-1113-g99ecbf5
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
precomp.h
Go to the documentation of this file.
1
#ifndef _BROWSEUI_PCH_
2
#define _BROWSEUI_PCH_
3
4
#include <stdarg.h>
5
6
#define WIN32_NO_STATUS
7
#define _INC_WINDOWS
8
#define COM_NO_WINDOWS_H
9
10
#include <
windef.h
>
11
#include <
winbase.h
>
12
#include <
wincon.h
>
13
#include <
wingdi.h
>
14
#include <
winnetwk.h
>
15
#include <
shlobj.h
>
16
#include <tlogstg.h>
17
#include <
shellapi.h
>
18
#include <
shlobj_undoc.h
>
19
#include <
shlguid_undoc.h
>
20
#include <shdeprecated.h>
21
#include <tchar.h>
22
#include <atlbase.h>
23
#include <atlcom.h>
24
#include <atlwin.h>
25
#include <
atlsimpcoll.h
>
26
#include <
atlstr.h
>
27
#include <
undocuser.h
>
28
#include <perhist.h>
29
#include <
exdispid.h
>
30
#include <
strsafe.h
>
31
#include <
shlwapi.h
>
32
#include <
shlwapi_undoc.h
>
33
#include <
undocshell.h
>
34
#include <
shellutils.h
>
35
#include <
browseui_undoc.h
>
36
#include <
wine/debug.h
>
37
38
#include "
resource.h
"
39
#include "
settings.h
"
40
41
#include "
ACLCustomMRU.h
"
42
#include "
aclhistory.h
"
43
#include "
aclistisf.h
"
44
#include "
aclmulti.h
"
45
#include "
addressband.h
"
46
#include "
addresseditbox.h
"
47
#include "
CAutoComplete.h
"
48
#include "
bandproxy.h
"
49
#include "
shellbars/CBandSite.h
"
50
#include "
shellbars/CBandSiteMenu.h
"
51
#include "
shellbars/CISFBand.h
"
52
#include "
shellfind/CFindFolder.h
"
53
#include "
shellfind/CSearchBar.h
"
54
#include "
brandband.h
"
55
#include "
internettoolbar.h
"
56
#include "
commonbrowser.h
"
57
#include "
globalfoldersettings.h
"
58
#include "
regtreeoptions.h
"
59
#include "
CShellTaskScheduler.h
"
60
#include "
CTaskbarList.h
"
61
#include "
CProgressDialog.h
"
62
#include "
CUserAssist.h
"
63
#include "
browseui.h
"
64
#include <stdio.h>
65
66
WINE_DEFAULT_DEBUG_CHANNEL
(browseui);
67
68
#endif
/* _BROWSEUI_PCH_ */
ACLCustomMRU.h
CAutoComplete.h
CBandSiteMenu.h
CBandSite.h
CFindFolder.h
CISFBand.h
CProgressDialog.h
CSearchBar.h
CShellTaskScheduler.h
CTaskbarList.h
CUserAssist.h
aclhistory.h
aclistisf.h
aclmulti.h
addressband.h
addresseditbox.h
atlsimpcoll.h
atlstr.h
bandproxy.h
WINE_DEFAULT_DEBUG_CHANNEL
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
Definition:
precomp.h:23
brandband.h
browseui.h
browseui_undoc.h
commonbrowser.h
exdispid.h
globalfoldersettings.h
internettoolbar.h
regtreeoptions.h
debug.h
shellapi.h
shellutils.h
shlguid_undoc.h
shlobj.h
shlobj_undoc.h
shlwapi.h
shlwapi_undoc.h
strsafe.h
undocshell.h
undocuser.h
settings.h
resource.h
winbase.h
wincon.h
windef.h
wingdi.h
winnetwk.h
dll
win32
browseui
precomp.h
Generated on Tue May 13 2025 06:15:51 for ReactOS by
1.9.6