This example overrides the method to eliminate this page from the object's Settings notebook.
SOM_Scope ULONG SOMLINK MyObj_wpAddFolderView3Page(MyObj *somSelf,
HWND hwndNotebook)
{
/* MyObjData *somThis = MyObjGetData(somSelf); */
MyObjMethodDebug("MyObj","MyObj_wpAddFolderView3Page");
/* return (parent_wpAddFolderView3Page(somSelf,hwndNotebook)); */
return ( SETTINGS_PAGE_REMOVED );
}