source: Include/windows.sbp@ 170

Last change on this file since 170 was 170, checked in by イグトランス (egtra), 17 years ago

winnt.ab, windef.ab, guiddef.abを導入

File size: 886 bytes
Line 
1' Windows.sbp - declarations file for Windows API.
2
3
4#ifndef _INC_WINDOWS
5#define _INC_WINDOWS
6
7TypeDef OLECHAR = WCHAR
8TypeDef LPOLESTR = *OLECHAR
9TypeDef LPCOLESTR = LPOLESTR
10
11TypeDef BSTR = LPOLESTR
12
13TypeDef LANGID = Word
14TypeDef LCID = DWord
15TypeDef LCTYPE = DWord
16TypeDef LGRPID = DWord
17
18TypeDef PROPID = DWord
19
20TypeDef WNDPROC = *Function(hwnd As HWND, msg As DWord, wParam As WPARAM, lParam As LPARAM) As LRESULT
21TypeDef DLGPROC = *Function(hwnd As HWND, msg As DWord, wParam As WPARAM, lParam As LPARAM) As LONG_PTR
22
23#require <windef.ab>
24#require <api_winerror.sbp>
25#require <api_system.sbp>
26#require <api_window.sbp>
27#require <api_commdlg.sbp>
28#require <api_gdi.sbp>
29#require <api_shell.sbp>
30#require <api_reg.sbp>
31#require <api_msg.sbp>
32#require <api_windowstyles.sbp>
33#require <api_winspool.sbp>
34#require <winver.ab>
35
36#endif '_INC_WINDOWS
Note: See TracBrowser for help on using the repository browser.