// printoem.h
PVOID OEMQueryFontTree(
DHPDEV dhpdev,
ULONG_PTR iFile,
ULONG iFace,
ULONG iMode,
ULONG_PTR *pid
);
View the official Windows Driver Kit DDI referenceNo description available.
The OEMQueryFontTree function provides GDI with a pointer to a structure that defines one of the following:
A mapping from Unicode to glyph handles, including glyph variants
A mapping of kerning pairs to kerning handles
dhpdevDefines the DHPDEV parameter dhpdev.
iFileDefines the ULONG_PTR parameter iFile.
iFaceDefines the ULONG parameter iFace.
iModeDefines the ULONG parameter iMode.
pidDefines the ULONG_PTR parameter pid.
Returns a PVOID value.