IIEHost.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:1k
源码类别:

VC书籍

开发平台:

C/C++

  1. //$si$ virtual
  2. ////////////////////////////////////////////////////////////////
  3. // File IIEHost.dll: 
  4. // Global functions
  5. //-------------------------------------------------------
  6. // Global fields
  7. //-------------------------------------------------------
  8. // Global MemberRefs
  9. //-------------------------------------------------------
  10. // Types
  11. //-------------------------------------------------------
  12. class Microsoft.IE.IHostStubClass : System.Object
  13.     {
  14.      Void Microsoft.IE.IHostStubClass();
  15.      Class Microsoft.IE.ISecureFactory GetSecuredClassFactory( I4 ,  I4 dwIdentityFlags,  String dwZone,  String lpSite,  String pbSecurityId,  String className,  fileName);
  16.      Class Microsoft.IE.ISecureFactory GetClassFactory( String ,  String className,  fileName);
  17.     }
  18. interface Microsoft.IE.IHostStub : 
  19.     {
  20.     }
  21. interface Microsoft.IE.IHost : 
  22.     {
  23.      Class Microsoft.IE.ISecureFactory GetSecuredClassFactory( I4 ,  I4 dwIdentityFlags,  String dwZone,  String lpSite,  String pbSecurityId,  String className,  fileName);
  24.      Class Microsoft.IE.ISecureFactory GetClassFactory( String ,  String className,  fileName);
  25.     }
  26. interface Microsoft.IE.ISecureFactory : 
  27.     {
  28.      Object CreateInstanceWithSecurity( I4 ,  I4 dwIdentityFlag,  String dwZone,  String lpSite,  String lpId,  String lpLink,  lpLicenses);
  29.     }