Changeset 658 for trunk/include
- Timestamp:
- Aug 24, 1999, 2:25:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win32type.h
r368 r658 1 /* $Id: win32type.h,v 1.1 2 1999-07-22 19:10:50sandervl Exp $ */1 /* $Id: win32type.h,v 1.13 1999-08-24 12:22:48 sandervl Exp $ */ 2 2 3 3 #ifndef __WIN32TYPE_H__ … … 5 5 6 6 #include <odin.h> 7 8 #pragma pack(1) 7 9 8 10 #define NEAR … … 263 265 #endif 264 266 265 #endif 267 typedef struct _MEMORY_BASIC_INFORMATION 268 { 269 LPVOID BaseAddress; 270 LPVOID AllocationBase; 271 DWORD AllocationProtect; 272 DWORD RegionSize; 273 DWORD State; 274 DWORD Protect; 275 DWORD Type; 276 } MEMORY_BASIC_INFORMATION,*PMEMORY_BASIC_INFORMATION,*LPMEMORY_BASIC_INFORMATION; 277 278 #pragma pack() 279 280 #endif
Note:
See TracChangeset
for help on using the changeset viewer.