wpAddPowerPage - Example Code

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

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

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

    return ( SETTINGS_PAGE_REMOVED );
}


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