This method is specific to version 3, or higher, of the OS/2 operating system.
This method returns the minimized window object that corresponds to the given frame window handle.
#define INCL_WINWORKPLACE #include <os2.h> WPMinWinViewer *somSelf; /* Pointer to the object on which the method is being invoked. */ HWND hwndFrame; /* Frame window handle. */ WPObject *Object; /* Pointer to the object that represents the minimized window. */ Object = _wpFindMinWindow(somSelf, hwndFrame);