wpFindTaskRec - Syntax

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

An object is sent this message to request information specific to the task being performed in a task thread.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
PTASKREC      rc;       /*  Pointer to the task record information. */

rc = _wpFindTaskRec(somSelf);


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