wpclsQueryDetails - Syntax

This method is called to allow the class object to specify the default details view items for its instances.

#define INCL_WINWORKPLACE
#include <os2.h>

M_WPObject      *somSelf;  /*  Pointer to the WPObject class object. */
PCLASSDETAILS    pReturn;  /*  Success indicator. */

pReturn = _wpclsQueryDetails(somSelf);


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