Last change
on this file since 628 was
628,
checked in by イグトランス (egtra), 15 years ago
|
winnls.ab, winsvc.abを追加
|
File size:
807 bytes
|
Line | |
---|
1 | ' Windows.sbp - declarations file for Windows API. |
---|
2 | |
---|
3 | TypeDef OLECHAR = WCHAR |
---|
4 | TypeDef LPOLESTR = *OLECHAR |
---|
5 | TypeDef LPCOLESTR = *OLECHAR |
---|
6 | |
---|
7 | TypeDef PROPID = DWord |
---|
8 | |
---|
9 | #require <windef.ab> |
---|
10 | #require <api_winerror.sbp> |
---|
11 | #require <api_system.sbp> |
---|
12 | #require <api_gdi.sbp> |
---|
13 | #require <api_window.sbp> |
---|
14 | #require <winnls.ab> |
---|
15 | #require <api_shell.sbp> |
---|
16 | #require <api_msg.sbp> |
---|
17 | #require <api_windowstyles.sbp> |
---|
18 | #require <api_winspool.sbp> |
---|
19 | #require <api_console.sbp> |
---|
20 | #require <winver.ab> |
---|
21 | #require <api_reg.sbp> |
---|
22 | |
---|
23 | #require <api_mmsys.sbp> |
---|
24 | #require <api_commdlg.sbp> |
---|
25 | #require <ole2.ab> |
---|
26 | #require <winsvc.ab> |
---|
27 | #require <api_imm.sbp> |
---|
28 | |
---|
29 | #require <api_commctrl.sbp> |
---|
30 | #require <api_winsock2.sbp> |
---|
31 | |
---|
32 | Const GET_X_LPARAM(lp) = ((LOWORD(lp) As Integer) As Long) |
---|
33 | Const GET_Y_LPARAM(lp) = ((HIWORD(lp) As Integer) As Long) |
---|
Note: See
TracBrowser
for help on using the repository browser.