The wpQueryFldrFont instance method is called to allow the folder to query its current font.
#define INCL_WINWORKPLACE #include <os2.h> WPFolder *somSelf; /* Pointer to the object on which the method is being invoked. */ ULONG ulView; /* Flag indicating the view to query. */ PSZ pFontString; /* Pointer to font string for specified open view. */ pFontString = _wpQueryFldrFont(somSelf, ulView);