Re: implementing DllCanUnloadNow questions

2004-12-01 Thread Robert Shearman
James Hawkins wrote: On Tue, 30 Nov 2004 15:34:50 -0600, Robert Shearman <[EMAIL PROTECTED]> wrote: James Hawkins wrote: I would like to work on the DllCanUnloadNow janitorial task, but I was wondering if there are any patches or examples of dll's that correctly implement this so that I can

Re: implementing DllCanUnloadNow questions

2004-12-01 Thread Mike Hearn
On Tue, 30 Nov 2004 18:33:20 -0500, James Hawkins wrote: > Is _Construct the same as _AddRef()? I'm thinking it's not. If it > isn't, I need to add a MSI_Construct to msi. What are the parameters > to the Construct function and what would usually go in the place of > the "..."? It's just the fu

Re: implementing DllCanUnloadNow questions

2004-11-30 Thread James Hawkins
On Tue, 30 Nov 2004 15:34:50 -0600, Robert Shearman <[EMAIL PROTECTED]> wrote: > James Hawkins wrote: > > >I would like to work on the DllCanUnloadNow janitorial task, but I was > >wondering if there are any patches or examples of dll's that correctly > >implement this so that I can do it right. >

Re: implementing DllCanUnloadNow questions

2004-11-30 Thread Robert Shearman
James Hawkins wrote: I would like to work on the DllCanUnloadNow janitorial task, but I was wondering if there are any patches or examples of dll's that correctly implement this so that I can do it right. I don't know of any examples so far, but Mike Hearn and I will be tackling OLE soon, so th

implementing DllCanUnloadNow questions

2004-11-30 Thread James Hawkins
I sent this message a couple months ago, but I got no response so I'll try again. I would like to work on the DllCanUnloadNow janitorial task, but I was wondering if there are any patches or examples of dll's that correctly implement this so that I can do it right. Is LockServer(TRUE/FALSE) the s