Changeset 796 for trunk/include/win/winbase.h
- Timestamp:
- Sep 2, 1999, 7:39:37 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winbase.h
r680 r796 1 /* $Id: winbase.h,v 1. 4 1999-08-25 11:24:08 sandervlExp $ */1 /* $Id: winbase.h,v 1.5 1999-09-02 17:39:36 phaller Exp $ */ 2 2 3 3 #ifndef __WINE_WINBASE_H … … 1083 1083 1084 1084 typedef struct { 1085 DWORD dwOSVersionInfoSize;1086 DWORD dwMajorVersion;1087 DWORD dwMinorVersion;1088 DWORD dwBuildNumber;1089 DWORD dwPlatformId;1090 CHAR szCSDVersion[128];1091 } OSVERSIONINFO16;1092 1093 typedef struct {1094 1085 DWORD dwOSVersionInfoSize; 1095 1086 DWORD dwMajorVersion; … … 1136 1127 } COMMPROP,*LPCOMMPROP; 1137 1128 1138 typedef struct tagCOMSTAT161139 {1140 BYTE status;1141 UINT16 cbInQue WINE_PACKED;1142 UINT16 cbOutQue WINE_PACKED;1143 } COMSTAT16,*LPCOMSTAT16;1144 1145 1129 typedef struct tagCOMSTAT 1146 1130 { … … 1149 1133 DWORD cbOutQue; 1150 1134 } COMSTAT,*LPCOMSTAT; 1151 1152 typedef struct tagDCB161153 {1154 BYTE Id;1155 UINT16 BaudRate WINE_PACKED;1156 BYTE ByteSize;1157 BYTE Parity;1158 BYTE StopBits;1159 UINT16 RlsTimeout;1160 UINT16 CtsTimeout;1161 UINT16 DsrTimeout;1162 1163 unsigned fBinary :1;1164 unsigned fRtsDisable :1;1165 unsigned fParity :1;1166 unsigned fOutxCtsFlow :1;1167 unsigned fOutxDsrFlow :1;1168 unsigned fDummy :2;1169 unsigned fDtrDisable :1;1170 1171 unsigned fOutX :1;1172 unsigned fInX :1;1173 unsigned fPeChar :1;1174 unsigned fNull :1;1175 unsigned fChEvt :1;1176 unsigned fDtrflow :1;1177 unsigned fRtsflow :1;1178 unsigned fDummy2 :1;1179 1180 CHAR XonChar;1181 CHAR XoffChar;1182 UINT16 XonLim;1183 UINT16 XoffLim;1184 CHAR PeChar;1185 CHAR EofChar;1186 CHAR EvtChar;1187 UINT16 TxDelay WINE_PACKED;1188 } DCB16, *LPDCB16;1189 1135 1190 1136 typedef struct tagDCB … … 1259 1205 1260 1206 /*DWORD WINAPI GetVersion( void );*/ 1261 BOOL16 WINAPI GetVersionEx16(OSVERSIONINFO16*);1262 1207 BOOL WINAPI GetVersionExA(OSVERSIONINFOA*); 1263 1208 BOOL WINAPI GetVersionExW(OSVERSIONINFOW*); … … 1527 1472 BOOL WINAPI LocalFileTimeToFileTime(const FILETIME*,LPFILETIME); 1528 1473 BOOL WINAPI LockFile(HFILE,DWORD,DWORD,DWORD,DWORD); 1529 BOOL WINAPI LockFileEx(HANDLE, DWORD, DWORD, DWORD, DWORD, LPOVERLAPPED); 1474 BOOL WINAPI LockFileEx(HANDLE, DWORD, DWORD, DWORD, DWORD, LPOVERLAPPED); 1530 1475 BOOL WINAPI LookupPrivilegeValueA(LPCSTR,LPCSTR,LPVOID); 1531 1476 BOOL WINAPI LookupPrivilegeValueW(LPCWSTR,LPCWSTR,LPVOID);
Note:
See TracChangeset
for help on using the changeset viewer.