• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • JavaScript
  • ASP.NET
  • PHP
  • 正则表达式
  • AJAX
  • JSP
  • ASP
  • Flex
  • XML
  • 编程技巧
  • Android
  • swift
  • C#教程
  • vb
  • vb.net
  • C语言
  • Java
  • Delphi
  • 易语言
  • vc/mfc
  • 嵌入式开发
  • 游戏开发
  • ios
  • 编程问答
  • 汇编语言
  • 微信小程序
  • 数据结构
  • OpenGL
  • 架构设计
  • qt
  • 微信公众号
您的位置:首页 > 程序设计 >vc/mfc > 高手给看看一个dll文件然后给出一个mof文件是啥意思?

高手给看看一个dll文件然后给出一个mof文件是啥意思?

作者:佚名 字体:[增加 减小] 来源:互联网 时间:2017-06-04

佚名通过本文主要向大家介绍了kzp.mof.gov.cn,mof,www.mof.gov.cn,mof材料,mof 5等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
问题: 高手给看看一个dll文件然后给出一个mof文件是啥意思?
描述:

*.mof内容如下:
#pragma namespace("\\\\.\\root")
Instance of __Namespace
{
  Name = "directory";
};
#pragma namespace("\\\\.\\root\\directory")
Instance of __Namespace
{
  Name = "LDAP";
};
#pragma namespace("\\\\.\\root\\directory\\LDAP")
class Uint8Array
{
  uint8 value[];
};
class DN_With_String
{
  string dnString;
  string value;
};
class DN_With_Binary
{
  string dnString;
  uint8 value[];
};
[singleton,dynamic,provider("Microsoft|DSLDAPInstanceProvider|V1.0")] 
class RootDSE
{
  string subschemaSubentry;
  string currentTime;
  string serverName;
  string namingContexts[];
  string defaultNamingContext;
  string schemaNamingContext;
  string configurationNamingContext;
  string rootDomainNamingContext;
  string supportedControl[];
  string supportedLDAPVersion[];
  string dnsHostName;
  string dsServiceName;
  string highestCommittedUSN;
  string LDAPServiceName;
  string supportedCapabilities;
  string supportedLDAPPolicies[];
  string supportedSASLMechanisms[];
};
[Abstract] 
class DS_LDAP_Root_Class
{
  [KEY] string ADSIPath;
};
Instance of __Win32Provider as $ClassProvider
{
  Name = "Microsoft|DSLDAPClassProvider|V1.0";
  Clsid = "{1EF94880-01A8-11d2-A90B-00AA00BF3363}";
  ImpersonationLevel = 1;
  PerUserInitialization = TRUE;
};
Instance of __ClassProviderRegistration
{
  Provider = $ClassProvider;
  SupportsGet = TRUE;
  SupportsPut = FALSE;
  SupportsDelete = FALSE;
  SupportsEnumeration = TRUE;
  ResultSetQueries = {"Select * From meta_class Where __this isa DS_LDAP_Root_Class"};
  UnsupportedQueries = {"Select * From meta_class Where __Class = \"DS_LDAP_Root_Class\""};
};
[Association : ToInstance,dynamic,HasClassRefs,provider("Microsoft|DSLDAPClassAssociationsProvider|V1.0")] 
class DS_LDAP_Class_Containment
{
  [key,classref{"DS_LDAP_Root_Class"} : ToInstance ToSubclass] object Ref ChildClass;
  [key,classref{"DS_LDAP_Root_Class"} : ToInstance ToSubclass] object Ref ParentClass;
};
Instance of __Win32Provider as $AssociationsProvider
{
  Name = "Microsoft|DSLDAPClassAssociationsProvider|V1.0";
  Clsid = "{33831ED4-42B8-11d2-93AD-00805F853771}";
  ImpersonationLevel = 1;
};
Instance of __InstanceProviderRegistration
{
  Provider = $AssociationsProvider;
  SupportsGet = TRUE;
  SupportsPut = FALSE;
  SupportsDelete = FALSE;
  SupportsEnumeration = TRUE;
};
[Association : ToInstance,dynamic,provider("Microsoft|DSLDAPInstanceProvider|V1.0")] 
class DS_LDAP_Instance_Containment
{
  [KEY] DS_LDAP_Root_Class Ref ChildInstance;
  [KEY] DS_LDAP_Root_Class Ref ParentInstance;
};
Instance of __Win32Provider as $InstanceProvider
{
  Name = "Microsoft|DSLDAPInstanceProvider|V1.0";
  Clsid = "{AA527A40-4D9A-11d2-93AD-00805F853771}";
  PerUserInitialization = TRUE;
  ImpersonationLevel = 1;
};
Instance of __InstanceProviderRegistration
{
  Provider = $InstanceProvider;
  SupportsGet = TRUE;
  SupportsPut = TRUE;
  SupportsDelete = TRUE;
  SupportsEnumeration = TRUE;
  QuerySupportLevels = {"WQL:UnarySelect"};
};
class DN_Class
{
  [KEY] string DN;
};
[Association : ToInstance] 
class DSClass_To_DNInstance
{
  [KEY,classref("DS_LDAP_Root_Class") : ToInstance ToSubclass] string DSClass;
  [KEY] DN_Class Ref RootDNForSearchAndQuery;
};
#pragma namespace("\\\\.\\root\\directory\\LDAP")
instance of __namespace{ name="ms_409";};
#pragma namespace("\\\\.\\root\\directory\\LDAP\\ms_409")
[Description("This is the class used to model the AD Syntax Octet String") : Amended,AMENDMENT, LOCALE(0x409)] 
class Uint8Array
{
};
[Description("This is the class used to model the AD Syntax DN_With_String") : Amended,AMENDMENT, LOCALE(0x409)] 
class DN_With_String
{
};
[Description("This is the class used to model the AD Syntax DN_With_Binary") : Amended,AMENDMENT, LOCALE(0x409)] 
class DN_With_Binary
{
};
[Description("This is the class used to model the LDAP RootDSE object") : Amended,AMENDMENT, LOCALE(0x409)] 
class RootDSE
{
};
[Description("This acts as the base class of all the classes provides by the DS Provider") : Amended,AMENDMENT, LOCALE(0x409)] 
class DS_LDAP_Root_Class
{
  [KEY,Description("This is the key for any DS Object") : Amended] string ADSIPath;
};
[Description("This class models the possible superiors of a DS class") : Amended,AMENDMENT, LOCALE(0x409)] 
class DS_LDAP_Class_Containment
{
  [key,Description("The child DS Class") : Amended] object Ref ChildClass;
  [key,Description("The parent DS Class") : Amended] object Ref ParentClass;
};
[Description("This class models the parent-child container relationship of instances in the DS") : Amended,AMENDMENT, LOCALE(0x409)] 
class DS_LDAP_Instance_Containment
{
  [KEY,Description("The child DS instance") : Amended] DS_LDAP_Root_Class R

分享到:QQ空间新浪微博腾讯微博微信百度贴吧QQ好友复制网址打印

您可能想查找下面的文章:

  • 高手给看看一个dll文件然后给出一个mof文件是啥意思?

相关文章

  • 2017-06-04 word的AddOLEControl怎么用啊
  • 2017-06-05 学习线程中的问题简单问题
  • 2017-06-04 关于com组件的容器的问题,我都晕了
  • 2017-06-05 vc+mapx怎么实现测量距离和面积
  • 2017-06-05 请教下,VC编译后,怎么没有EXE文件出来,简单而重要的问题
  • 2017-06-04 在win8上使用vs2012无法编译msjrotli报错
  • 2017-06-04 在CWebBrowser里怎么获得页面里当前焦点的对象?并把获得选择窗口大小给它做一个边框
  • 2017-06-04 vs2005里面怎么为自动化对象添加属性?????????
  • 2017-06-05 请大虾指点?怎样读mfc的源码??
  • 2017-06-04 web里面嵌入ocx的时候,ocx里面到底调用了什么函数呢?

文章分类

  • JavaScript
  • ASP.NET
  • PHP
  • 正则表达式
  • AJAX
  • JSP
  • ASP
  • Flex
  • XML
  • 编程技巧
  • Android
  • swift
  • C#教程
  • vb
  • vb.net
  • C语言
  • Java
  • Delphi
  • 易语言
  • vc/mfc
  • 嵌入式开发
  • 游戏开发
  • ios
  • 编程问答
  • 汇编语言
  • 微信小程序
  • 数据结构
  • OpenGL
  • 架构设计
  • qt
  • 微信公众号

最近更新的内容

    • 如何自动点击网页对话框,那位高人给个好办法啊
    • 什么情况下需要修改FinalConstruct/FinalRelease的代码?
    • com接口如何向客户端发送一个记录集啊?
    • 怎么用HOOK拦截WM_CTLCOLOR消息呀?
    • 怎样在inf文件里面指定安装目录没分了,帮下忙:)
    • 用网页方式实现控制NETMEETING里各种参数
    • 如何获得当前窗口的工作区,并且向该窗口发送文字?
    • 一些关于ATL的宏的问题。
    • 初学者对com的问题
    • 关于静态库的问题

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有