mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 17:14:32 +00:00
- Add IID_IDmaChannel guid
svn path=/trunk/; revision=38597
This commit is contained in:
parent
3c5d23b45a
commit
b8c35daba1
1 changed files with 2 additions and 0 deletions
|
@ -744,6 +744,8 @@ typedef IUnregisterPhysicalConnection *PUNREGISTERPHYSICALCONNECTION;
|
|||
#undef INTERFACE
|
||||
#define INTERFACE IDmaChannel
|
||||
|
||||
DEFINE_GUID(IID_IDmaChannel, 0x22C6AC61L, 0x851B, 0x11D0, 0x9A, 0x7F, 0x00, 0xAA, 0x00, 0x38, 0xAC, 0xFE);
|
||||
|
||||
DECLARE_INTERFACE_(IDmaChannel, IUnknown)
|
||||
{
|
||||
DEFINE_ABSTRACT_UNKNOWN()
|
||||
|
|
Loading…
Reference in a new issue