Jump to content

WinSetDesktopWorkArea(): Difference between revisions

From NikiWiki
Created page
 
Martini (talk | contribs)
No edit summary
 
Line 1: Line 1:
WinSetDesktopWorkArea:
moved to [http://www.edm2.com/index.php/WinSetDesktopWorkArea]
<pre>
Usage:  
        retVal = WinSetDesktopWorkArea(HWND_DESKTOP,&rectlDesktop);


Parameters:  
[[Category:Redirects]]
        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>   
</pre>

Latest revision as of 23:32, 17 July 2017

moved to [1]