[PATCH 1/4] shell32: Add ShellLinkObject stubs.

Nikolay Sivov nsivov at codeweavers.com
Mon Sep 14 09:40:01 CDT 2020



On 9/14/20 1:20 AM, Myah Caron wrote:
> Thanks for the review!
>
> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> On Sunday, September 13, 2020 2:09 PM, Nikolay Sivov <nsivov at codeweavers.com> wrote:
>
>> On 9/13/20 11:33 PM, Myah Caron wrote:
>>
>>> +typedef struct {
>>>
>>> -   IShellLinkDual2 IShellLinkDual2_iface;
>>> -   LONG ref;
>>> -
>>> -   FolderItemImpl *item;
>>> -   IShellLinkW *shell_link;
>>> -   IPersistFile *persist_file;
>>>     +} ShellLinkObjectImpl;
>>>
>> It looks like you're only using shell_link.
>>
> Sorry, I forgot to remove .item.
>
> .persist_file is used for ::Release.

Right, but will it be used for anything else? You can load and release
it right away.



More information about the wine-devel mailing list