Invoking a Method

PWFolder *somSelf;                              /* Pointer to self       */
PSZ      szTitle;                               /* Title string          */

_wpSetTitle(somSelf,szTitle);                   /* Set title string      */


[Back: Workplace Shell Inheritance Hierarchy]
[Next: Overriding an Existing Method]