wpStoreIconPosData - Syntax

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

This instance method stores the ICONPOS data passed to this method on the folder object's .ICONPOS extended attribute (EA).

#define INCL_WINWORKPLACE
#include <os2.h>

WPFolder     *somSelf;   /*  Pointer to the object on which the method is being invoked. */
PICONPOS      pIconPos;  /*  Pointer to the ICONPOS data. */
ULONG         cbSize;    /*  Size of the ICONPOS data block. */
BOOL          rc;        /*  Success indicator */

rc = _wpStoreIconPosData(somSelf, pIconPos,
       cbSize);


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