|
From: SF/projects/mingw n. l. <min...@li...> - 2012-04-29 02:47:02
|
Patches item #3474201, was opened at 2012-01-15 08:59 Message generated for change (Settings changed) made by ir0nh34d You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=302435&aid=3474201&group_id=2435 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: w32api Group: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: LRN (l_r_nightmare) >Assigned to: Chris Sutcliffe (ir0nh34d) Summary: shobjidl.h Initial Comment: shobjidl.h implementation. Incomplete, but you have to start somewhere... Might require some library additions, as it refers to extern const IID IID_ITaskbarList3; extern const GUID CLSID_ITaskbarList; I'm not sure if these are available directly from DLLs. ---------------------------------------------------------------------- >Comment By: Chris Sutcliffe (ir0nh34d) Date: 2012-04-28 19:47 Message: Thank you, committed to CVS. ---------------------------------------------------------------------- Comment By: LRN (l_r_nightmare) Date: 2012-04-28 19:36 Message: Removed the old header. Also, yes, there's "2" at the end of first QWORD, not "4". I probably mis-typed, or something. ---------------------------------------------------------------------- Comment By: Chris Sutcliffe (ir0nh34d) Date: 2012-04-28 19:30 Message: Incidentally, I have: DEFINE_GUID(CLSID_ITaskbarList,0x56FDF342L,0xFD6D,0x11d0,0x95,0x8A,0x00,0x60,0x97,0xC9,0xA0,0x90); in HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface, which is slightly different that the value you listed. I've validated this on Windows XP and Windows 8, so I will make this minor change to the values you provided. ---------------------------------------------------------------------- Comment By: Chris Sutcliffe (ir0nh34d) Date: 2012-04-28 19:16 Message: Gotta love those top secret sources. Please remove the incorrect file so that I can be sure that I grab the corrected file. Thank you. ---------------------------------------------------------------------- Comment By: LRN (l_r_nightmare) Date: 2012-04-28 18:12 Message: I've used a highly secret and completely illegal source. Here's how you access it: 1) Press Winkey+R 2) type in "regedt32" 3) Press Enter 4) Mysterious window will appear 5) Press HOME 6) Press Ctrl+F 7) Type in ITaskbarList 8) Press enter 9) Wait 10) It will find something. Look at the left pane to see the GUID value (it will be selected). 11) Repeat 6-10 as needed (for ITaskbarList2, ITaskbarList3, ITaskbarList4 ...) ---------------------------------------------------------------------- Comment By: Chris Sutcliffe (ir0nh34d) Date: 2012-04-28 16:03 Message: What source did you use to define IID_ITaskbarList3 and CLSID_ITaskbarList? ---------------------------------------------------------------------- Comment By: LRN (l_r_nightmare) Date: 2012-01-16 15:09 Message: Uploaded a fixed version (with correct method order). w32api library also requires these two lines: DEFINE_GUID(IID_ITaskbarList3,0xea1afb91,0x9e28,0x4b86,0x90,0xe9,0x9e,0x9f,0x8a,0x5e,0xef,0xaf); DEFINE_GUID(CLSID_ITaskbarList,0x56FDF344L,0xFD6D,0x11d0,0x95,0x8A,0x00,0x60,0x97,0xC9,0xA0,0x90); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=302435&aid=3474201&group_id=2435 |