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

This class method determines if the given object is already awake.

#define INCL_WINWORKPLACE
#include <os2.h>

M_WPFileSystem     *somSelf;       /*  Pointer to the WPFileSystem class object. */
PSZ                 pszInputPath;  /*  Fully-qualified input path. */
WPObject            Object;        /*  The awake object. */

Object = _wpclsQueryAwakeObject(somSelf, pszInputPath);


[Back] [Next]