ReactOS 0.4.16-dev-2207-geb15453
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>
12{
16};
17#include <poppack.h>
18
unsigned short WORD
Definition: ntddk_ex.h:93
LPITEMIDLIST _ILCreate(LPCWSTR lpString)
Definition: fontpidl.cpp:10
const FontPidlEntry * _FontFromIL(LPCITEMIDLIST pidl)
Definition: fontpidl.cpp:29
ITEMIDLIST UNALIGNED * LPITEMIDLIST
Definition: shtypes.idl:41
const ITEMIDLIST UNALIGNED * LPCITEMIDLIST
Definition: shtypes.idl:42
WCHAR Name[1]
Definition: fontpidl.hpp:15
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185
__wchar_t WCHAR
Definition: xmlstorage.h:180