|
From: Pierre O. <os...@ce...> - 2006-03-17 08:32:15
|
Keith MARSHALL wrote:
> Pierre Ossman wrote:
>> The following WTS related defines are missing from winuser.h:
>>
>> [block of defines snipped]
>
> How have you determined the values you've posted? If you've
> simply copied them from a Microsoft SDK header, then we can't
> use them.
>
That I did. But a series for codings for publically available names can
hardly claim the benefit of copyright protection.
Where would the line be drawn in that case? Would a binary doing:
printf("DEFINE: %d", DEFINE);
pass muster?
The values are also available at:
http://msdn.microsoft.com/library/en-us/termserv/termserv/wm_wtssession_change.asp?frame=true
The coding for the window message is still missing though.
>> Microsoft has protected these with a _WIN32_WINNT >= 0x0501,
>> so we perhaps do the same.
>
> Again, how do you know this? Unless they state it publicly, on
> MSDN say, then we DON'T know that, and we can't make any such
> assumption.
>
From MSDN:
Client Requires Windows Vista or Windows XP.
Server Requires Windows Server "Longhorn" or Windows Server 2003.
--
Rgds
Pierre Ossman Telephone: +46-13-21 46 00
Cendio AB Web: http://www.cendio.com
|