wpSetFldrFont - Syntax

This instance method is called to allow the folder to change its current font.

#define INCL_WINWORKPLACE
#include <os2.h>

WPFolder     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
PSZ           pszFont;  /*  Pointer to a buffer containing the font name. */
ULONG         ulView;   /*  Flag indicating an object's open view. */
BOOL          rc;       /*  Success indicator. */

rc = _wpSetFldrFont(somSelf, pszFont, ulView);


[Back: wpSetFldrFont]
[Next: wpSetFldrFont Parameter - somSelf]