wpAddCountryNumbersPage - Example Code

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

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

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

    return ( SETTINGS_PAGE_REMOVED );
}


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