DIRENTRY structure

Contains a unique ordinal that identifies an individual font in the font resource group. The structure definition provided here is for explanation only; it is not present in any standard header file.

Syntax

typedef struct {
  WORD fontOrdinal;
} DIRENTRY;

Members

fontOrdinal

Type: WORD

A unique ordinal identifier for an individual font in a font resource group.

Remarks

The FONTDIRENTRY structure for the specified font directly follows the DIRENTRY structure for that font.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]

See also

Reference

FONTDIRENTRY

FONTGROUPHDR

Conceptual

Resources