wpSetShadowTitle - Syntax

This instance method is called to set the title on the shadow without affecting the title on the object it is shadowing.

#define INCL_WINWORKPLACE
#include <os2.h>

WPShadow     *somSelf;      /*  Pointer to the object on which the method is being invoked. */
PSZ           pszNewTitle;  /*  Pointer to a title. */
BOOL          rc;           /*  Success indicator. */

rc = _wpSetShadowTitle(somSelf, pszNewTitle);


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