This instance method is called to allow the object to change its program details.
#define INCL_WINWORKPLACE #include <os2.h> WPProgram *somSelf; /* Pointer to the object on which the method is being invoked. */ PPROGDETAILS pProgDetails; /* Pointer to the program details. */ BOOL rc; /* Success indicator. */ rc = _wpSetProgDetails(somSelf, pProgDetails);