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.
typedef struct {
WORD fontOrdinal;
} DIRENTRY;
-
fontOrdinal
-
Type: WORD
-
A unique ordinal identifier for an individual font in a font resource group.
The FONTDIRENTRY structure for the specified font directly follows the DIRENTRY structure for that font.
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
-
Reference
-
Conceptual