mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:43:51 +00:00
[PORTCLS]
- Support IDrmPort / IDrmPort2 for IPortWavePci driver svn path=/trunk/; revision=47813
This commit is contained in:
parent
1a1f6cb2d4
commit
47904efaa6
1 changed files with 5 additions and 0 deletions
|
@ -187,6 +187,11 @@ CPortWavePci::QueryInterface(
|
||||||
PUNKNOWN(*Output)->AddRef();
|
PUNKNOWN(*Output)->AddRef();
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
else if (IsEqualGUIDAligned(refiid, IID_IDrmPort) ||
|
||||||
|
IsEqualGUIDAligned(refiid, IID_IDrmPort2))
|
||||||
|
{
|
||||||
|
return NewIDrmPort((PDRMPORT2*)Output);
|
||||||
|
}
|
||||||
else if (IsEqualGUIDAligned(refiid, IID_IPortClsVersion))
|
else if (IsEqualGUIDAligned(refiid, IID_IPortClsVersion))
|
||||||
{
|
{
|
||||||
return NewPortClsVersion((PPORTCLSVERSION*)Output);
|
return NewPortClsVersion((PPORTCLSVERSION*)Output);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue