Changeset 2840 for trunk/include/win/ras.h
- Timestamp:
- Feb 21, 2000, 11:31:23 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/ras.h
r746 r2840 270 270 #define LPRASPROJECTION RASPROJECTION* 271 271 272 273 272 /* Describes the result of a RAS AMB (Authentication Message Block) 274 273 ** projection. This protocol is used with NT 3.1 and OS/2 1.3 downlevel … … 913 912 #define RASADP_FailedConnectionTimeout 3 914 913 #define RASADP_ConnectionQueryTimeout 4 914 915 915 916 916 917 … … 1133 1134 #include <poppack.h> 1134 1135 1136 /* typedefs 1137 */ 1138 1139 typedef struct { 1140 DWORD dwSize; 1141 RASPROJECTION RasProjection; 1142 // FIXME union ProjInfo; 1143 } PROJECTION_INFO, *LPPROJECTION_INFO; 1144 1145 typedef struct { 1146 DWORD dwSize; 1147 DWORD dwResult; 1148 UINT idMsg; 1149 BOOL fUnload; 1150 HANDLE hThread; 1151 } COMPLETE_INFO, *LPCOMPLETE_INFO; 1152 1153 typedef struct { 1154 DWORD dwSize; 1155 char szUserName[UNLEN+1]; 1156 char szPassword[PWLEN+1]; 1157 char szDomainName[DNLEN+1]; 1158 BOOL fUseCallbacks; 1159 } USER_PROFILE, *LPUSER_PROFILE; 1160 1161 typedef struct { 1162 DWORD dwSize; 1163 HANDLE hDevicePort; 1164 DWORD dwLinkSpeed; 1165 } DEVICE_PORT_INFO, *LPDEVICE_PORT_INFO; 1166 1167 typedef struct { 1168 DWORD dwSize; 1169 // FIXME SESSSTARTPROC lpfnStart; 1170 // FIXME SESSSTARTSTOP lpfnStop; 1171 } RNA_FUNCS, *LPRNA_FUNCS; 1172 1135 1173 #endif // __WINE_RAS_H
Note:
See TracChangeset
for help on using the changeset viewer.