⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sfiltern_i.c

📁 NDIS 实现pppoe例子
💻 C
字号:
/* this file contains the actual definitions of */
/* the IIDs and CLSIDs */

/* link this file in with the server and any clients */


/* File created by MIDL compiler version 5.01.0164 */
/* at Sat Apr 27 09:15:40 2002
 */
/* Compiler settings for sfiltern.idl:
    Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext, robust
    error checks: allocation ref bounds_check enum stub_data , no_format_optimization
*/
//@@MIDL_FILE_HEADING(  )
#ifdef __cplusplus
extern "C"{
#endif 


#ifndef __IID_DEFINED__
#define __IID_DEFINED__

typedef struct _IID
{
    unsigned long x;
    unsigned short s1;
    unsigned short s2;
    unsigned char  c[8];
} IID;

#endif // __IID_DEFINED__

#ifndef CLSID_DEFINED
#define CLSID_DEFINED
typedef IID CLSID;
#endif // CLSID_DEFINED

const IID IID_INetCfgPnpReconfigCallback = {0x8d84bd35,0xe227,0x11d2,{0xb7,0x00,0x00,0xa0,0xc9,0x8a,0x6a,0x85}};


const IID IID_INetCfgComponentControl = {0x932238df,0xbea1,0x11d0,{0x92,0x98,0x00,0xc0,0x4f,0xc9,0x9d,0xcf}};


const IID IID_INetCfgComponentSetup = {0x932238e3,0xbea1,0x11d0,{0x92,0x98,0x00,0xc0,0x4f,0xc9,0x9d,0xcf}};


const IID IID_INetCfgComponentPropertyUi = {0x932238e0,0xbea1,0x11d0,{0x92,0x98,0x00,0xc0,0x4f,0xc9,0x9d,0xcf}};


const IID IID_INetCfgComponentNotifyBinding = {0x932238e1,0xbea1,0x11d0,{0x92,0x98,0x00,0xc0,0x4f,0xc9,0x9d,0xcf}};


const IID IID_INetCfgComponentNotifyGlobal = {0x932238e2,0xbea1,0x11d0,{0x92,0x98,0x00,0xc0,0x4f,0xc9,0x9d,0xcf}};


const IID IID_INetCfgComponentUpperEdge = {0x932238e4,0xbea1,0x11d0,{0x92,0x98,0x00,0xc0,0x4f,0xc9,0x9d,0xcf}};


const IID IID_INetLanConnectionUiInfo = {0xC08956A6,0x1CD3,0x11D1,{0xB1,0xC5,0x00,0x80,0x5F,0xC1,0x27,0x0E}};


const IID LIBID_SampleFilterLib = {0x38135d11,0xe93b,0x11d1,{0xbb,0x14,0x00,0x00,0xf8,0x77,0x90,0x51}};


const CLSID CLSID_CSampleFilter = {0xCE59F8F8,0x1959,0x11d5,{0xA6,0xDD,0x00,0xC0,0xDF,0x03,0x87,0x3B}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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