Patch looks right.  Weren't those members present for older platforms?
 I don't find a hint on that, but might describe why these two fields
are missing.

Cheers,
Kai

2017-02-28 14:58 GMT+01:00 Guy Helmer <guy.hel...@gmail.com>:
> The WTSINFO structure is documented as having IncomingFrames and
> OutgoingFrames DWORD members after the OutgoingBytes member.
> ---
>  mingw-w64-headers/include/wtsapi32.h | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/mingw-w64-headers/include/wtsapi32.h 
> b/mingw-w64-headers/include/wtsapi32.h
> index fd0afba..5fe9993 100644
> --- a/mingw-w64-headers/include/wtsapi32.h
> +++ b/mingw-w64-headers/include/wtsapi32.h
> @@ -255,6 +255,8 @@ typedef struct _WTSINFOW {
>    DWORD                  SessionId;
>    DWORD                  IncomingBytes;
>    DWORD                  OutgoingBytes;
> +  DWORD                  IncomingFrames;
> +  DWORD                  OutgoingFrames;
>    DWORD                  IncomingCompressedBytes;
>    DWORD                  OutgoingCompressedBytes;
>    WCHAR                  WinStationName[WINSTATIONNAME_LENGTH];
> @@ -272,6 +274,8 @@ typedef struct _WTSINFOA {
>    DWORD                  SessionId;
>    DWORD                  IncomingBytes;
>    DWORD                  OutgoingBytes;
> +  DWORD                  IncomingFrames;
> +  DWORD                  OutgoingFrames;
>    DWORD                  IncomingCompressedBytes;
>    DWORD                  OutgoingCompressedBytes;
>    CHAR                   WinStationName[WINSTATIONNAME_LENGTH];
> --
> 2.10.2
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to