OEMQueryFontTree - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// printoem.h

PVOID OEMQueryFontTree(
  DHPDEV    dhpdev,
  ULONG_PTR iFile,
  ULONG     iFace,
  ULONG     iMode,
  ULONG_PTR *pid
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-printoem-oemqueryfonttree)

Description

The OEMQueryFontTree function provides GDI with a pointer to a structure that defines one of the following:

Parameters

dhpdev

Defines the DHPDEV parameter dhpdev.

iFile

Defines the ULONG_PTR parameter iFile.

iFace

Defines the ULONG parameter iFace.

iMode

Defines the ULONG parameter iMode.

pid

Defines the ULONG_PTR parameter pid.

Return value

Returns a PVOID value.