James Hawkins wrote:
On Mon, 07 Feb 2005 12:37:15 -0500, Robert Reif <[EMAIL PROTECTED]> wrote:
James Hawkins wrote:
Hi,
Changelog
* Properly implement DllCanUnloadNow ref counting.
dsound.dll is a strange dll that doesn't really follow proper COM
reference counting rules for buffer
On Mon, 07 Feb 2005 12:37:15 -0500, Robert Reif <[EMAIL PROTECTED]> wrote:
> James Hawkins wrote:
>
> >Hi,
> >
> >Changelog
> >* Properly implement DllCanUnloadNow ref counting.
> >
> >
> >
> dsound.dll is a strange dll that doesn't really follow proper COM
> reference counting rules for buffers.
James Hawkins wrote:
Hi,
Changelog
* Properly implement DllCanUnloadNow ref counting.
dsound.dll is a strange dll that doesn't really follow proper COM
reference counting rules for buffers. This is intentional by Microsoft
(don't know why) and was made common by the example code from
"Inside Di