Changeset 497 for trunk/Include/windef.ab
- Timestamp:
- Mar 28, 2008, 5:43:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/windef.ab
r300 r497 1 1 ' windef.ab 2 3 #ifndef _WINDEF_4 #define _WINDEF_5 2 6 3 '#ifndef WINVER … … 8 5 '#endif 9 6 10 #ifndef BASETYPES11 #define BASETYPES12 7 'TypeDef ULONG = DWord 13 8 'TypeDef PULONG = *ULONG … … 17 12 TypeDef PUCHAR = *UCHAR 18 13 'TypeDef PSZ = *SByte 19 #endif20 14 21 15 Const MAX_PATH = 260 22 16 23 '#ifndef NULL24 '#define NULL25 17 Const NULL = 0 As VoidPtr 26 '#endif 27 28 '#ifndef FALSE 29 '#define FALSE 18 30 19 Const FALSE = 0 31 '#endif32 33 '#ifndef TRUE34 '#define TRUE35 20 Const TRUE = 1 36 '#endif37 21 38 22 TypeDef DWORD = DWord … … 60 44 'TypeDef PUINT = *DWord 61 45 62 #ifndef NT_INCLUDED63 46 #require <winnt.ab> 64 #endif65 47 66 48 '#require <specstrings.ab> … … 88 70 Const LOWORD(dw) = ((dw As DWord) And &HFFFF) As Word 89 71 90 #ifndef WIN_INTERNAL91 72 Type _System_DeclareHandle_HWND:unused As DWord:End Type 92 73 TypeDef HWND = *_System_DeclareHandle_HWND 93 74 Type _System_DeclareHandle_HHOOK:unused As DWord:End Type 94 75 TypeDef HHOOK = *_System_DeclareHandle_HHOOK 95 #ifdef WINABLE 96 Type _System_DeclareHandleHEVENT:unused As DWord:End Type 76 Type _System_DeclareHandle_HEVENT:unused As DWord:End Type 97 77 TypeDef HEVENT = *_System_DeclareHandle_HEVENT 98 #endif99 #endif100 78 101 79 TypeDef ATOM = Word … … 117 95 TypeDef PHKEY = *HKEY 118 96 119 #ifndef WIN_INTERNAL120 97 Type _System_DeclareHandle_HACCEL:unused As DWord:End Type 121 98 TypeDef HACCEL = *_System_DeclareHandle_HACCEL 122 #endif123 #ifndef GDI_INTERNAL124 99 Type _System_DeclareHandle_HBITMAP:unused As DWord:End Type 125 100 TypeDef HBITMAP = *_System_DeclareHandle_HBITMAP 126 101 Type _System_DeclareHandle_HBRUSH:unused As DWord:End Type 127 102 TypeDef HBRUSH = *_System_DeclareHandle_HBRUSH 128 #endif129 103 Type _System_DeclareHandle_HCOLORSPACE:unused As DWord:End Type 130 104 TypeDef HCOLORSPACE = *_System_DeclareHandle_HCOLORSPACE 131 #ifndef GDI_INTERNAL132 105 Type _System_DeclareHandle_HDC:unused As DWord:End Type 133 106 TypeDef HDC = *_System_DeclareHandle_HDC 134 #endif135 107 Type _System_DeclareHandle_HGLRC:unused As DWord:End Type 136 108 TypeDef HGLRC = *_System_DeclareHandle_HGLRC … … 139 111 Type _System_DeclareHandle_HENHMETAFILE:unused As DWord:End Type 140 112 TypeDef HENHMETAFILE = *_System_DeclareHandle_HENHMETAFILE 141 #ifndef GDI_INTERNAL142 113 Type _System_DeclareHandle_HFONT:unused As DWord:End Type 143 114 TypeDef HFONT = *_System_DeclareHandle_HFONT 144 #endif145 115 Type _System_DeclareHandle_HICON:unused As DWord:End Type 146 116 TypeDef HICON = *_System_DeclareHandle_HICON 147 #ifndef WIN_INTERNAL148 117 Type _System_DeclareHandle_HMENU:unused As DWord:End Type 149 118 TypeDef HMENU = *_System_DeclareHandle_HMENU 150 #endif151 119 Type _System_DeclareHandle_HMETAFILE:unused As DWord:End Type 152 120 TypeDef HMETAFILE = *_System_DeclareHandle_HMETAFILE … … 154 122 TypeDef HINSTANCE = *_System_DeclareHandle_HINSTANCE 155 123 TypeDef HMODULE = HINSTANCE 156 #ifndef GDI_INTERNAL157 124 Type _System_DeclareHandle_HPALETTE:unused As DWord:End Type 158 125 TypeDef HPALETTE = *_System_DeclareHandle_HPALETTE 159 126 Type _System_DeclareHandle_HPEN:unused As DWord:End Type 160 127 TypeDef HPEN = *_System_DeclareHandle_HPEN 161 #endif162 128 Type _System_DeclareHandle_HRGN:unused As DWord:End Type 163 129 TypeDef HRGN = *_System_DeclareHandle_HRGN … … 249 215 TypeDef PFILETIME = *FILETIME 250 216 TypeDef LPFILETIME = *FILETIME 251 252 #define _FILETIME_253 217 254 218 Const DM_UPDATE = 1 … … 280 244 Const DC_ORIENTATION = 17 281 245 Const DC_COPIES = 18 282 283 #endif
Note:
See TracChangeset
for help on using the changeset viewer.