wpInitIconPosData - Syntax

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

This instance method reads the .ICONPOS extended attribute (EA) for the folder directory to determine where to position the object icons within the folder.

#define INCL_WINWORKPLACE
#include <os2.h>

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

rc = _wpInitIconPosData(somSelf);


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