wpQueryNextIconPos - Syntax

This instance method is called to allow the folder to query 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;     /*  Pointer to the next position at which icons will be inserted. */

pptl = _wpQueryNextIconPos(somSelf);


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