- Timestamp:
- Mar 12, 2008, 9:54:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/ActiveBasic/Windows/WindowHandle.sbp
r303 r473 586 586 587 587 Const Function ClientRect() As RECT 588 Dim rc As RECT 589 _System_GetClientRect(hwnd, rc) 590 Return rc 588 _System_GetClientRect(hwnd, ClientRect) 591 589 End Function 592 590 #ifdef _UNDEF … … 603 601 #endif 604 602 Const Function WindowRect() As RECT 605 Dim rc As RECT 606 _System_GetWindowRect(hwnd, rc) 607 Return rc 603 _System_GetWindowRect(hwnd, WindowRect) 608 604 End Function 609 605
Note:
See TracChangeset
for help on using the changeset viewer.