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

This class method allows the system to build the class default animation icon for a given class.

#define INCL_WINWORKPLACE
#include <os2.h>

M_WPFolder     *somSelf;       /*  Pointer to the WPFolder class object. */
PICONINFO       pIconInfo;     /*  Pointer to the icon information. */
ULONG           ulcbIconInfo;  /*  Size of the buffer needed to store the ICONINFO data returned by this class object. */
ULONG           ulIconIndex;   /*  Animation icon index. */

_wpclsQueryIconDataN(somSelf, pIconInfo, ulcbIconInfo,
                ulIconIndex);


[Back] [Next]