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

📄 aclsid.h

📁 c语言编程软件vc6.0中文绿色版_vc6.0官方下载
💻 H
字号:
// --aclsid.h------------------------------------------------------------------
//
// Defines the identifiers for the ACLs Class.
//          
// Identifiers defined:
//  
//          LIBID_aclcls
//
//          IID_IExchangeFolderACLs
//
// Copyright 1986 - 1998 Microsoft Corporation.  All rights reserved.
//
// ----------------------------------------------------------------------------

#if !defined(_ACLSID_H_)
#define _ACLSID_H_

// Identifiers for the ExchangeFolderACLs foundation class.

DEFINE_GUID(LIBID_aclcls, 0xad2495a3, 0xa76c, 0x11ce, 0xb9, 0x67, 0x0, 0x20, 0xaf, 0x52, 0x52, 0x44);

DEFINE_GUID(IID_IExchangeFolderACLs, 0xad2495a6, 0xa76c, 0x11ce, 0xb9, 0x67, 0x0, 0x20, 0xaf, 0x52, 0x52, 0x44);

#endif

⌨️ 快捷键说明

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