wpAddSystem256ColorPage - Example Code

This example overrides the method to eliminate this page from the object's Settings notebook.

 SOM_Scope ULONG   SOMLINK MyObj_wpAddSystem256ColorPage(MyObj *somSelf,
                 HWND hwndNotebook)
 {
     /* MyObjData *somThis = MyObjGetData(somSelf); */
     MyObjMethodDebug("MyObj","MyObj_wpAddSystem256ColorPage");

 /*  return (parent_wpAddSystem256ColorPage(somSelf,hwndNotebook)); */

     return ( SETTINGS_PAGE_REMOVED );
 }


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