This instance method is called to set the class for which details in the folder will be displayed.
#define INCL_WINWORKPLACE #include <os2.h> WPFolder *somSelf; /* Pointer to the object on which the method is being invoked. */ M_WPObject *Class; /* Pointer to the class object for which details are to be displayed. */ BOOL rc; /* Success indicator. */ rc = _wpSetFldrDetailsClass(somSelf, Class);