Jump to content

WinSetDesktopWorkArea

From EDM2
Revision as of 23:31, 17 July 2017 by Martini (talk | contribs) (Created page with "==Syntax== retVal = WinSetDesktopWorkArea(HWND_DESKTOP,&rectlDesktop); ==Parameters== ; HWND hwndDesktop (input) : Handle to desktop window. ; PWRECT pwrcWorkArea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax

       retVal = WinSetDesktopWorkArea(HWND_DESKTOP,&rectlDesktop); 

Parameters

HWND hwndDesktop (input)
Handle to desktop window.
PWRECT pwrcWorkArea (input)
Pointer to the bounding rectangle. The value must be in the range of -32,767 through 32,767.

Returns

BOOL retVal
Returns Success indicator.
  • TRUE Desktop work area set.
  • FALSE Desktop work area not set.

Include Info

       #include <os2.h>