wpAddDeviceIO1Page - Example Code

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

SOM_Scope ULONG SOMLINK MyObj_wpAddDeviceIO1Page(MyObj *somSelf,
                                              HWND hwndNotebook)

{
  /* MyObjData *somThis = MyObjGetData(somSelf); */
  MyObjMethodDebug("MyObj","MyObj_wpAddDeviceIO1Page");

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

  return(SETTINGS_PAGE_REMOVED);
}


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