ReactOS
0.4.16-dev-522-gb68104a
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
22
LPITEMIDLIST
_ILCreate
(
LPCWSTR
lpString,
ULONG
Index
);
23
const
FontPidlEntry
*
_FontFromIL
(
LPCITEMIDLIST
pidl);
24
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:32
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::cb
WORD cb
Definition:
fontpidl.hpp:13
NameRec_
Definition:
apinames.c:49
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 Fri Jan 17 2025 06:03:30 for ReactOS by
1.9.6