WindowBlinds : DirectSkin
GetRealWindowRect
 

The GetRealWindowRect method returns the real window coordinates for the window. The usual GetWindowRect functions will return the modified values which deduct the larger borders from the rect returned.

void GetWindowRect(
long
hWnd,
long FAR* r );

Parameters

hWnd
Handle to the window.
r
Pointer to a RECT structure.

Return Values

 

This method does not return a value.

Remarks

 

The normally used GetWindowRect API returns the rectangular area of the window as it would be without a skin applied.  This is done for compatibility reasons.
.NET is unable to call this function due to how it handles pointers.

See Also

 

There are no related topics to this method.