This example shows an override of the method to invoke 'DisplayMethodInfo' in the WPSTUTOR sample program.
SOM_Scope PCLASSDETAILS SOMLINK wpstutM_wpclsQueryDetails(M_WPSTutorial *somSelf)
{
/* M_WPSTutorialData *somThis = M_WPSTutorialGetData(somSelf); */
M_WPSTutorialMethodDebug("M_WPSTutorial","wpstutM_wpclsQueryDetails");
DisplayMethodInfo(IDS_WPCLSQUERYDETAILS);
return (parent_wpclsQueryDetails(somSelf));
}