On Tue, Feb 16, 2010 at 7:25 AM, Alexandre Julliard <julliard(a)winehq.org> wrote:
Justin Chevrier <jchevrier(a)gmail.com> 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.h... is that what I'm looking for? Thanks, Justin