GSOC

Aaryaman Vasishta jem456.vasishta at gmail.com
Sun Mar 11 04:51:44 CDT 2018


Hi Abhishek,

For understanding these interfaces, MSDN is your friend. You can check
MSDN's documentation for details on the IShellFolder interface. [1]

In general, these interfaces are known as COM interfaces [2]. The
QueryInterface function comes from IUnknown which IShellFolder inherits
from. [3]

Why don't you explore these files more and search for copy-paste
functionality? Use the search box on the top right. For example, I found
references to platform specific drag and drop code. [4]

Hope this helps!

Cheers,
Aaryaman


[1] -
https://msdn.microsoft.com/en-us/library/windows/desktop/bb775075(v=vs.85).aspx
[2] - https://en.wikipedia.org/wiki/Component_Object_Model
[3] -
https://msdn.microsoft.com/en-us/library/windows/desktop/ms680509(v=vs.85).aspx
[4] -
https://source.winehq.org/git/wine.git/?a=search&h=HEAD&st=grep&s=paste

On Sun, Mar 11, 2018 at 5:01 PM, Abhishek Kumar <abhishek.sec09 at gmail.com>
wrote:

> what is function of IShellFolder_QueryInterface(desktop,&
> IID_IPersistFolder2,(void**)&persist) and where it is defined?
> and where copy paste function is implemented?
> Source-https://source.winehq.org/git/wine.git/blob/HEAD:/
> programs/explorer/explorer.c
>
> On Sat, Mar 10, 2018 at 2:43 AM, Austin English <austinenglish at gmail.com>
> wrote:
>
>> On Fri, Mar 9, 2018 at 3:09 PM, Abhishek Kumar <abhishek.sec09 at gmail.com>
>> wrote:
>> >
>> > ---------- Forwarded message ----------
>> > From: Abhishek Kumar <abhishek.sec09 at gmail.com>
>> > Date: Sat, Mar 10, 2018 at 12:36 AM
>> > Subject: Re: GSOC
>> > To: Stefan Dösinger <stefandoesinger at gmail.com>
>> >
>> >
>> > When i have to submit the patch?
>> > I think that i have to submit patch after proposing the idea in the
>> > application(accepted).
>> >
>>
>> Again, please _bottom post_ and keep wine-devel in CC.
>>
>> You should ideally have submitted a patch by the time you've sent in
>> your GSOC application. Your patch MUST be accepted by March 27 16:00
>> UTC (student application deadline). I would HIGHLY recommend against
>> waiting until the last minute.
>>
>> --
>> -Austin
>> GPG: 267B CC1F 053F 0749 (expires 2021/02/18)
>>
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20180311/e6494b85/attachment-0001.html>


More information about the wine-devel mailing list