* include/ras.h (RASCONN[AW]): Add dwSessionId for
(WINVER >= 0x501).
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net> | ||||
|  | ||||
| 	* include/ras.h (RASCONN[AW]): Add dwSessionId for | ||||
| 	(WINVER >= 0x501). | ||||
|  | ||||
| 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net> | ||||
|  | ||||
| 	* include/ras.h (RASCONN[AW]): Guard szDeviceType, | ||||
|   | ||||
| @@ -234,6 +234,7 @@ typedef struct tagRASCONNW { | ||||
|     GUID guidEntry; | ||||
| #endif | ||||
| #if (WINVER >= 0x501) | ||||
|     DWORD dwSessionId; | ||||
|     DWORD dwFlags; | ||||
|     LUID luid; | ||||
| #endif | ||||
| @@ -255,6 +256,7 @@ typedef struct tagRASCONNA { | ||||
|     GUID guidEntry; | ||||
| #endif | ||||
| #if (WINVER >= 0x501) | ||||
|     DWORD dwSessionId; | ||||
|     DWORD dwFlags; | ||||
|     LUID luid; | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user