mirror of
https://github.com/reactos/reactos.git
synced 2025-06-23 16:50:42 +00:00
[PORTCLS]
- Add support for IPort interface svn path=/trunk/; revision=45760
This commit is contained in:
parent
26a4722d68
commit
5b5ab3b51f
1 changed files with 5 additions and 4 deletions
|
@ -162,7 +162,8 @@ CPortWavePci::QueryInterface(
|
||||||
DPRINT("IPortWavePci_fnQueryInterface entered\n");
|
DPRINT("IPortWavePci_fnQueryInterface entered\n");
|
||||||
|
|
||||||
if (IsEqualGUIDAligned(refiid, IID_IPortWavePci) ||
|
if (IsEqualGUIDAligned(refiid, IID_IPortWavePci) ||
|
||||||
IsEqualGUIDAligned(refiid, IID_IUnknown))
|
IsEqualGUIDAligned(refiid, IID_IUnknown) ||
|
||||||
|
IsEqualGUIDAligned(refiid, IID_IPort))
|
||||||
{
|
{
|
||||||
*Output = PVOID(PPORTWAVEPCI(this));
|
*Output = PVOID(PPORTWAVEPCI(this));
|
||||||
PUNKNOWN(*Output)->AddRef();
|
PUNKNOWN(*Output)->AddRef();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue