ReactOS
0.4.16-dev-1093-g93e9710
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
fontpidl.hpp
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Font Shell Extension
3
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4
* PURPOSE: pidl handling
5
* COPYRIGHT: Copyright 2019 Mark Jansen <mark.jansen@reactos.org>
6
*/
7
8
#pragma once
9
10
#include <pshpack1.h>
11
struct
FontPidlEntry
12
{
13
WORD
cb
;
14
WORD
Magic
;
15
ULONG
Index
;
// Informative only, used for sorting
16
17
WCHAR
Name
[1];
18
};
19
#include <poppack.h>
20
21
LPITEMIDLIST
_ILCreate
(
LPCWSTR
lpString,
ULONG
Index
);
22
const
FontPidlEntry
*
_FontFromIL
(
LPCITEMIDLIST
pidl);
WORD
unsigned short WORD
Definition:
ntddk_ex.h:93
_ILCreate
LPITEMIDLIST _ILCreate(LPCWSTR lpString, ULONG Index)
Definition:
fontpidl.cpp:10
_FontFromIL
const FontPidlEntry * _FontFromIL(LPCITEMIDLIST pidl)
Definition:
fontpidl.cpp:31
LPITEMIDLIST
ITEMIDLIST UNALIGNED * LPITEMIDLIST
Definition:
shtypes.idl:41
LPCITEMIDLIST
const ITEMIDLIST UNALIGNED * LPCITEMIDLIST
Definition:
shtypes.idl:42
FontPidlEntry
Definition:
fontpidl.hpp:12
FontPidlEntry::Index
ULONG Index
Definition:
fontpidl.hpp:15
FontPidlEntry::Magic
WORD Magic
Definition:
fontpidl.hpp:14
FontPidlEntry::Name
WCHAR Name[1]
Definition:
fontpidl.hpp:17
FontPidlEntry::cb
WORD cb
Definition:
fontpidl.hpp:13
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
Index
_In_ WDFCOLLECTION _In_ ULONG Index
Definition:
wdfcollection.h:182
WCHAR
__wchar_t WCHAR
Definition:
xmlstorage.h:180
LPCWSTR
const WCHAR * LPCWSTR
Definition:
xmlstorage.h:185
dll
shellext
fontext
fontpidl.hpp
Generated on Mon May 5 2025 06:03:36 for ReactOS by
1.9.6