wpFindUseItem - Syntax

This instance method is called to retrieve an item type from the object's in-use list.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;       /*  Pointer to the object on which the method is being invoked. */
ULONG         type;          /*  Specify the usage type of the item to be located. */
PUSEITEM      pCurrentItem;  /*  Pointer to a USEITEM structure. */
PUSEITEM      rc;            /*  Success indicator. */

rc = _wpFindUseItem(somSelf, type, pCurrentItem);


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