📄 watcher_i.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 Fri Aug 01 17:05:36 2003
*/
/* Compiler settings for C:\Temporary\Archives\jsp-20030801\jsp\windev\watcher\watcher.idl:
Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
error checks: allocation ref bounds_check enum stub_data
*/
//@@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_IKernelLogControl = {0x1FFB399D,0x1058,0x40B4,{0xAF,0x62,0xEA,0x43,0xCD,0xDD,0x79,0xB0}};
const IID LIBID_WATCHERLib = {0xA242E427,0x5E2F,0x4447,{0xAC,0x87,0x0C,0x7C,0xC3,0x82,0xCB,0xFE}};
const IID DIID__IKernelLogControlEvents = {0x99CCF4E3,0x5D17,0x477E,{0xBA,0x7B,0xF5,0xDE,0x79,0x6C,0x8E,0x13}};
const IID IID_IDirectoryMap = {0x80AA7D6B,0xF115,0x4ACE,{0x97,0xF6,0x55,0x39,0x1B,0xA2,0x79,0x97}};
const CLSID CLSID_KernelLogControl = {0x3474A699,0x17D5,0x4E00,{0x80,0x68,0x6D,0x66,0x08,0xF3,0xDF,0x8A}};
const CLSID CLSID_DirectoryMap = {0xBA0030F5,0x042A,0x43DC,{0xBF,0x89,0x1B,0x34,0x3A,0x38,0xE3,0x20}};
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -