wpSetNextIconPos - Syntax

This instance method is called to allow the folder to change the next icon position.

#define INCL_WINWORKPLACE
#include <os2.h>

WPFolder     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
PPOINTL       pptl;     /*  Position within the folder. */
BOOL          rc;       /*  Success indicator. */

rc = _wpSetNextIconPos(somSelf, pptl);


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