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

📄 rclsid.h

📁 希望我上传的这些东西可以对搞编程的程序员有点小小的帮助!谢谢!
💻 H
字号:
// --rclsid.h------------------------------------------------------------------
//
// Defines the identifiers for the Rules Class.
//          
// Identifiers defined:
//  
//          LIBID_rulecls
//
//          IID_IExchangeFolderRules
//
// Copyright 1986 - 1998 Microsoft Corporation.  All rights reserved.
//
// ----------------------------------------------------------------------------

#if !defined(_RCLSID_H)
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#define _RCLSID_H

// Identifiers for the EDKFolderRules foundation class.

DEFINE_GUID(LIBID_rulecls,0xF111A8E6,0x4462,0x11CE,0xA8,0xDE,0x00,0xAA,0x00,0x4A,0xC5,0xC1);
DEFINE_GUID(IID_IExchangeFolderRules,0xF111A8E7,0x4462,0x11CE,0xA8,0xDE,0x00,0xAA,0x00,0x4A,0xC5,0xC1);

#pragma option pop /*P_O_Pop*/
#endif

⌨️ 快捷键说明

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