wpSetProgDetails - Syntax

This instance method is called to allow the object to change its program details.

#define INCL_WINWORKPLACE
#include <os2.h>

WPProgramFile     *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);


[Back: wpSetProgDetails]
[Next: wpSetProgDetails Parameter - somSelf]