The ENUMLOGFONT structure defines the attributes of a font, the complete name of a font, and the style of a font.
typedef struct tagENUMLOGFONT { // elf
LOGFONT elfLogFont;
BCHAR elfFullName[LF_FULLFACESIZE];
BCHAR elfStyle[LF_FACESIZE];
} ENUMLOGFONT;