wpAddSystemLogoPage - Example Code

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

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

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

    return ( SETTINGS_PAGE_REMOVED );
}


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