* include/ras.h (RASCONN[AW]): Add dwSessionId for
(WINVER >= 0x501).
This commit is contained in:
@ -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