wpAddFolderMenu2Page - Example Code

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

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

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

     return ( SETTINGS_PAGE_REMOVED );
 }


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