msgs12.hlp (Topic list)
MLM_QUERYFONT (1.2)
Message Group  Overview                           Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINMLE
 
MLM_QUERYFONT
mp1 = MPFROMP(pfattrs);    /* pointer to structure with font info. */
mp2 = 0L;                  /* not used, must be zero               */
 
An application sends an MLM_QUERYFONT message to retrieve font information
for a multiple-line entry field (MLE).
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
pfattrs    Low and high word of mp1. Points to the FATTRS structure that
           contains font information.
 
Return Value
 
The return value is TRUE if the system font is in use; otherwise, it is
FALSE.
 
See Also
 
MLM_SETFONT, FATTRS