Re: SHELL32: use structure defined in standard headers for advertised shortcut info

2005-03-17 Thread Jakob Eriksson
Mike Hearn wrote: On Wed, 16 Mar 2005 12:12:47 +0900, Mike McCormack wrote: We only implement the first 4. Some of those are only needed by Explorer/the shell though, I doubt it's necessary to implement them to run the apps (unless you want to run Explorer of course :) Yes, probably,

Re: SHELL32: use structure defined in standard headers for advertised shortcut info

2005-03-16 Thread Mike Hearn
On Wed, 16 Mar 2005 12:12:47 +0900, Mike McCormack wrote: We only implement the first 4. Some of those are only needed by Explorer/the shell though, I doubt it's necessary to implement them to run the apps (unless you want to run Explorer of course :)

Re: SHELL32: use structure defined in standard headers for advertised shortcut info

2005-03-16 Thread Kuba Ober
On roda 16 marzec 2005 08:27 am, Mike Hearn wrote: On Wed, 16 Mar 2005 12:12:47 +0900, Mike McCormack wrote: We only implement the first 4. Some of those are only needed by Explorer/the shell though, I doubt it's necessary to implement them to run the apps (unless you want to run Explorer

Re: SHELL32: use structure defined in standard headers for advertised shortcut info

2005-03-15 Thread Dmitry Timoshkov
Mike McCormack [EMAIL PROTECTED] wrote: -LINK_ADVERTISEINFO buffer; +EXP_DARWIN_LINK buffer; ... -TRACE(magic %08lx string = %s\n, buffer.magic, debugstr_w(buffer.bufW)); +TRACE(magic %08lx string = %s\n, buffer.dbh.dwSignature, debugstr_w(buffer.szwDarwinID)); -

Re: SHELL32: use structure defined in standard headers for advertised shortcut info

2005-03-15 Thread Mike McCormack
Dmitry Timoshkov wrote: After reading your patch I inspected ShlObj.h from PlatformSDK and found out the following: typedef struct { DWORD cbSize; // Size of this extra data block DWORD dwSignature;// signature of this extra data block CHAR