This method is called to end the find operation started by a call to the wpclsFindObjectFirst method.

#define INCL_WINWORKPLACE
#include <os2.h>

M_WPObject     *somSelf;  /*  Pointer to the WPObject class object. */
HFIND           hfind;    /*  Handle associated with a previous wpclsFindObjectFirst or wpclsFindObjectNext method call. */
BOOL            rc;       /*  Success indicator. */

rc = _wpclsFindObjectEnd(somSelf, hfind);


[Back] [Next]