wpAddSoundSchemePage - Example Code

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

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

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

     return ( SETTINGS_PAGE_REMOVED );
 }


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