mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
- Add IID_IPortClsVersion
svn path=/trunk/; revision=38155
This commit is contained in:
parent
6c1d6b1345
commit
d48a47ec8a
1 changed files with 4 additions and 0 deletions
|
@ -1638,6 +1638,10 @@ typedef IDrmPort2 *PDRMPORT2;
|
||||||
#undef INTERFACE
|
#undef INTERFACE
|
||||||
#define INTERFACE IPortClsVersion
|
#define INTERFACE IPortClsVersion
|
||||||
|
|
||||||
|
#if (NTDDI_VERSION >= NTDDI_WINXP)
|
||||||
|
DEFINE_GUID(IID_IPortClsVersion, 0x7D89A7BBL, 0x869B, 0x4567, 0x8D, 0xBE, 0x1E, 0x16, 0x8C, 0xC8, 0x53, 0xDE);
|
||||||
|
#endif
|
||||||
|
|
||||||
DECLARE_INTERFACE_(IPortClsVersion, IUnknown)
|
DECLARE_INTERFACE_(IPortClsVersion, IUnknown)
|
||||||
{
|
{
|
||||||
DEFINE_ABSTRACT_UNKNOWN()
|
DEFINE_ABSTRACT_UNKNOWN()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue