ReactOS
0.4.16-dev-1059-gb1cf981
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
resources.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Clipboard Viewer
3
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
* PURPOSE: Resources header.
5
* COPYRIGHT: Copyright 2015-2018 Ricardo Hanke
6
*/
7
8
#pragma once
9
10
#define CLIPBRD_ICON 100
11
#define CLPFILE_ICON 101
12
#define MAIN_MENU 102
13
#define ID_ACCEL 103
14
15
#define CMD_OPEN 110
16
#define CMD_SAVE_AS 111
17
#define CMD_EXIT 112
18
#define CMD_DELETE 113
19
#define CMD_HELP 115
20
#define CMD_ABOUT 116
21
22
#define CMD_AUTOMATIC 1000
23
24
#define STRING_CLIPBOARD 120
25
#define STRING_CLIPFILE 121
26
#define STRING_DELETE_MSG 123
27
#define STRING_DELETE_TITLE 124
28
#define STRING_FORMAT_NT 125
29
#define STRING_FORMAT_GEN 126
30
31
#define STRING_CF_UNKNOWN 200
32
#define STRING_CF_TEXT 201
33
#define STRING_CF_BITMAP 202
34
#define STRING_CF_METAFILEPICT 203
35
#define STRING_CF_SYLK 204
36
#define STRING_CF_DIF 205
37
#define STRING_CF_OEMTEXT 207
38
#define STRING_CF_DIB 208
39
#define STRING_CF_PALETTE 209
40
#define STRING_CF_UNICODETEXT 213
41
#define STRING_CF_ENHMETAFILE 214
42
#define STRING_CF_HDROP 215
43
#define STRING_CF_LOCALE 216
44
#define STRING_CF_DIBV5 217
45
46
#define ERROR_UNSUPPORTED_FORMAT 300
47
#define ERROR_INVALID_FILE_FORMAT 301
base
applications
clipbrd
resources.h
Generated on Wed Apr 30 2025 06:11:07 for ReactOS by
1.9.6