filternetreceiverguid.h

来自「最近在学习directshow, Directshow实务精选的源代码」· C头文件 代码 · 共 23 行

H
23
字号
//
// FilterNetReceiverGuid.h
//

#ifndef __H_FilterNetReceiverGuid__
#define __H_FilterNetReceiverGuid__


// {3F565AA9-3004-4f82-8882-174D51C73332}
DEFINE_GUID(CLSID_NetReceiver, 
0x3f565aa9, 0x3004, 0x4f82, 0x88, 0x82, 0x17, 0x4d, 0x51, 0xc7, 0x33, 0x32);

// {6E637B84-A56D-422c-8211-29184023B69D}
DEFINE_GUID(CLSID_NetReceiverProp, 
0x6e637b84, 0xa56d, 0x422c, 0x82, 0x11, 0x29, 0x18, 0x40, 0x23, 0xb6, 0x9d);

// {8D2AE29A-2783-416c-B40F-790E2FE83267}
DEFINE_GUID(IID_INetReceiver, 
0x8d2ae29a, 0x2783, 0x416c, 0xb4, 0xf, 0x79, 0xe, 0x2f, 0xe8, 0x32, 0x67);



#endif // __H_FilterNetReceiverGuid__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?