wpIdentify - Syntax

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

This instance method returns a string that is unique within a given container that identifies the specified object.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;      /*  Pointer to the object on which the method is being invoked. */
PSZ           pszIdentity;  /*  A unique string that identifies the specified object. */
BOOL          rc;           /*  Success indicator. */

rc = _wpIdentify(somSelf, pszIdentity);


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