Sponsors

GetWindowRect
in Rect

Function name: GetWindowRect

Defined in : User32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

Declare Function GetWindowRect Lib "user32" Alias "GetWindowRect" (ByVal hwnd As Long, lpRect As RECT) As Long

Parameters:

Returns:

Related functions:

Examples:

Draw text on windows

Rect

Categories