Changeset 141 for Include/api_commctrl.sbp
- Timestamp:
- Mar 8, 2007, 10:42:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/api_commctrl.sbp
r7 r141 2 2 #ifndef _INC_COMMCTRL 3 3 #define _INC_COMMCTRL 4 5 #ifdef UNICODE 6 Const _FuncName_CreateStatusWindow = "CreateStatusWindowW" 7 #else 8 Const _FuncName_CreateStatusWindow = "CreateStatusWindowA" 9 #endif 4 10 5 11 … … 28 34 dwICC As DWord 29 35 End Type 30 Declare Function InitCommonControlsEx Lib "comctl32" (ByRef lpInitCtrls As INITCOMMONCONTROLSEX) As BOOL36 Declare Function InitCommonControlsEx Lib "comctl32" (ByRef InitCtrls As INITCOMMONCONTROLSEX) As BOOL 31 37 32 38 Declare Sub InitCommonControls Lib "comctl32" () … … 481 487 Const SBN_SIMPLEMODECHANGE = 880 482 488 483 Declare Function CreateStatusWindow Lib "comctl32" Alias "CreateStatusWindowA" (style As Long, lpszText As LPSTR, hwndParent As HWND, wID As DWord) As HWND489 Declare Function CreateStatusWindow Lib "comctl32" Alias _FuncName_CreateStatusWindow (style As Long, lpszText As LPCTSTR, hwndParent As HWND, wID As DWord) As HWND 484 490 485 491
Note:
See TracChangeset
for help on using the changeset viewer.