On Sat, Sep 4, 2010 at 8:43 AM, Chris Sutcliffe wrote:
> On 4 September 2010 01:34, Ozkan Sezer wrote:
>> On Sat, Sep 4, 2010 at 7:42 AM, Chris Sutcliffe wrote:
>>> Using the latest crt, there a few issues I've run in to:
>>>
>>> powrprof.h:
>>>
>>> 172 DWORD WINAPI DevicePowerSetDeviceState(
On 4 September 2010 01:34, Ozkan Sezer wrote:
> On Sat, Sep 4, 2010 at 7:42 AM, Chris Sutcliffe wrote:
>> Using the latest crt, there a few issues I've run in to:
>>
>> powrprof.h:
>>
>> 172 DWORD WINAPI DevicePowerSetDeviceState(
>> 173 LPCWSTR DeviceDescription,
>> 174 ULONG SetFl
On Sat, Sep 4, 2010 at 7:42 AM, Chris Sutcliffe wrote:
> Using the latest crt, there a few issues I've run in to:
>
> powrprof.h:
>
> 172 DWORD WINAPI DevicePowerSetDeviceState(
> 173 LPCWSTR DeviceDescription,
> 174 ULONG SetFlags,
> 175 PCVOID SetData
> 176 );
>
> shoul
Using the latest crt, there a few issues I've run in to:
powrprof.h:
172 DWORD WINAPI DevicePowerSetDeviceState(
173 LPCWSTR DeviceDescription,
174 ULONG SetFlags,
175 PCVOID SetData
176 );
should be:
175 LPCVOID SetData
wtsapi32.h:
200 WCHAR ClientName