wpSetStyle - Example Code

This example removes the template style from the object so it can be deleted.

   _wpSetStyle( objMyPrt
              , (_wpQueryStyle( objMyPrt ) & ~OBJSTYLE_TEMPLATE ) );

   somPrintf("About to delete MyPrt Object\n");

   _wpDelete( objMyPrt     /* Object to delete */
            , 0);          /* No confirmations on the delete */


[Back: wpSetStyle - Related Methods]
[Next: wpSetStyle - Topics]