Changeset 497 for trunk/Include/api_window.sbp
- Timestamp:
- Mar 28, 2008, 5:43:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/api_window.sbp
r418 r497 1 1 ' api_window.sbp - Window Control API 2 3 4 #ifndef _INC_WINDOW5 #define _INC_WINDOW6 2 7 3 '------------- … … 1647 1643 lfMessageFont As LOGFONTA 1648 1644 End Type 1649 #ifdef 1645 #ifdef UNICODE 1650 1646 TypeDef NONCLIENTMETRICS = NONCLIENTMETRICSW 1651 1647 #else … … 2131 2127 Declare Function GetAltTabInfo Lib "user32" Alias "GetAltTabInfoA" (ByVal hwnd As HWND, ByVal iItem As Long, ByRef pati As ALTTABINFO, ByVal pszItemText As LPSTR, ByVal cchItemText As DWord) As BOOL 2132 2128 #endif ' !UNICODE 2133 #endif '_INC_WINDOW
Note:
See TracChangeset
for help on using the changeset viewer.