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