wpPopulate - Syntax

This instance method is called to allow the folder to populate itself.

#define INCL_WINWORKPLACE
#include <os2.h>

WPFolder     *somSelf;
ULONG         ulReserved;    /*  Reserved value; must be 0. */
PSZ           pszPath;       /*  Reserved value; must be NULL. */
BOOL          fFoldersOnly;  /*  Populate folder. */
BOOL          rc;            /*  Success indicator. */

rc = _wpPopulate(somSelf, ulReserved, pszPath,
       fFoldersOnly);


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