wpQueryIconPosition - Syntax

This method is specific to Version 4, or higher, of the OS/2 operating system.

This instance method finds the saved icon postion for this record.

#define INCL_WINWORKPLACE
#include <os2.h>

WPFolder     *somSelf;      /*  Pointer to the object on which the method is being invoked. */
PSZ           pszIdentity;  /*  Object identity string. */
PPOINTL       pptl;         /*  A pointer to a POINTL structure containing the X- and Y-coordinates of the icon. */
PULONG        pIndex;       /*  Reserved.  Set to 0. */
BOOL          rc;           /*  Success indicator */

rc = _wpQueryIconPosition(somSelf, pszIdentity,
       pptl, pIndex);


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