IIEHost.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:1k
- //$si$ virtual
- ////////////////////////////////////////////////////////////////
- // File IIEHost.dll:
- // Global functions
- //-------------------------------------------------------
- // Global fields
- //-------------------------------------------------------
- // Global MemberRefs
- //-------------------------------------------------------
- // Types
- //-------------------------------------------------------
- class Microsoft.IE.IHostStubClass : System.Object
- {
- Void Microsoft.IE.IHostStubClass();
- Class Microsoft.IE.ISecureFactory GetSecuredClassFactory( I4 , I4 dwIdentityFlags, String dwZone, String lpSite, String pbSecurityId, String className, fileName);
- Class Microsoft.IE.ISecureFactory GetClassFactory( String , String className, fileName);
- }
- interface Microsoft.IE.IHostStub :
- {
- }
- interface Microsoft.IE.IHost :
- {
- Class Microsoft.IE.ISecureFactory GetSecuredClassFactory( I4 , I4 dwIdentityFlags, String dwZone, String lpSite, String pbSecurityId, String className, fileName);
- Class Microsoft.IE.ISecureFactory GetClassFactory( String , String className, fileName);
- }
- interface Microsoft.IE.ISecureFactory :
- {
- Object CreateInstanceWithSecurity( I4 , I4 dwIdentityFlag, String dwZone, String lpSite, String lpId, String lpLink, lpLicenses);
- }