Re: [PATCH 1/4] msctf: Add ITfLangBarMgr Interface [Try 3]

2010-02-16 Thread Justin Chevrier
On Tue, Feb 16, 2010 at 9:46 AM, Nikolay Sivov  wrote:
> On 2/16/2010 17:34, Justin Chevrier wrote:
>>
>> On Tue, Feb 16, 2010 at 7:25 AM, Alexandre Julliard
>>  wrote:
>>
>>>
>>> Justin Chevrier  writes:
>>>
>>>

 @@ -1357,3 +1362,52 @@ interface ITfThreadFocusSink : IUnknown

      HRESULT OnKillThreadFocus();
  };
 +
 +[
 +    object,
 +    uuid(95380031-955c-4710-a2ed-4a2fafe17fe8),
 +    pointer_default(unique)
 +]
 +interface ITfLangBarMgr: IUnknown

>>>
>>> This isn't declared in msctf.idl in the PSDK.
>>>
>
> And back to the subject. It's declared in ctfutb.idl.
>
Thanks Nikolay.

Onto try 4.

Justin




Re: [PATCH 1/4] msctf: Add ITfLangBarMgr Interface [Try 3]

2010-02-16 Thread Nikolay Sivov

On 2/16/2010 17:34, Justin Chevrier wrote:

On Tue, Feb 16, 2010 at 7:25 AM, Alexandre Julliard  wrote:
   

Justin Chevrier  writes:

 

@@ -1357,3 +1362,52 @@ interface ITfThreadFocusSink : IUnknown

  HRESULT OnKillThreadFocus();
  };
+
+[
+object,
+uuid(95380031-955c-4710-a2ed-4a2fafe17fe8),
+pointer_default(unique)
+]
+interface ITfLangBarMgr: IUnknown
   

This isn't declared in msctf.idl in the PSDK.
 

And back to the subject. It's declared in ctfutb.idl.




Re: [PATCH 1/4] msctf: Add ITfLangBarMgr Interface [Try 3]

2010-02-16 Thread Nikolay Sivov

On 2/16/2010 17:34, Justin Chevrier wrote:

On Tue, Feb 16, 2010 at 7:25 AM, Alexandre Julliard  wrote:
   

Justin Chevrier  writes:

 

@@ -1357,3 +1362,52 @@ interface ITfThreadFocusSink : IUnknown

  HRESULT OnKillThreadFocus();
  };
+
+[
+object,
+uuid(95380031-955c-4710-a2ed-4a2fafe17fe8),
+pointer_default(unique)
+]
+interface ITfLangBarMgr: IUnknown
   

This isn't declared in msctf.idl in the PSDK.
 

Is the PSDK available online? I did a search for a uuid for this as
well as uuid's that were already in msctf.idl and couldn't get any
hits besides Wine's own msctf.idl. I guessed that these were just
generated by Wine's devs.

Edit: Having done a search specifically for PSDK i got:

http://www.microsoft.com/msdownload/platformsdk/sdkupdate/XPSP2FULLInstall.htm

is that what I'm looking for?

   
Yeah, but it's too old. It's better to get latest available - V7.0 is 
already here for a long time:


http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=e6e1c3df-a74f-4207-8586-711ebe331cdc

Use ISO option, all you need are headers.


Thanks,

Justin



   






Re: [PATCH 1/4] msctf: Add ITfLangBarMgr Interface [Try 3]

2010-02-16 Thread Justin Chevrier
On Tue, Feb 16, 2010 at 7:25 AM, Alexandre Julliard  wrote:
> Justin Chevrier  writes:
>
>> @@ -1357,3 +1362,52 @@ interface ITfThreadFocusSink : IUnknown
>>
>>      HRESULT OnKillThreadFocus();
>>  };
>> +
>> +[
>> +    object,
>> +    uuid(95380031-955c-4710-a2ed-4a2fafe17fe8),
>> +    pointer_default(unique)
>> +]
>> +interface ITfLangBarMgr: IUnknown
>
> This isn't declared in msctf.idl in the PSDK.

Is the PSDK available online? I did a search for a uuid for this as
well as uuid's that were already in msctf.idl and couldn't get any
hits besides Wine's own msctf.idl. I guessed that these were just
generated by Wine's devs.

Edit: Having done a search specifically for PSDK i got:

http://www.microsoft.com/msdownload/platformsdk/sdkupdate/XPSP2FULLInstall.htm

is that what I'm looking for?

Thanks,

Justin




Re: [PATCH 1/4] msctf: Add ITfLangBarMgr Interface [Try 3]

2010-02-16 Thread Alexandre Julliard
Justin Chevrier  writes:

> @@ -1357,3 +1362,52 @@ interface ITfThreadFocusSink : IUnknown
>  
>  HRESULT OnKillThreadFocus();
>  };
> +
> +[
> +object,
> +uuid(95380031-955c-4710-a2ed-4a2fafe17fe8),
> +pointer_default(unique)
> +]
> +interface ITfLangBarMgr: IUnknown

This isn't declared in msctf.idl in the PSDK.

-- 
Alexandre Julliard
julli...@winehq.org