OAIdl.acf
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. //+---------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright (c) Microsoft Corporation. All rights reserved.
  5. //
  6. //  File: oaidl.acf
  7. //
  8. //----------------------------------------------------------------------------
  9. interface IOleAutomationTypes {
  10. //  typedef [allocate(dont_free)] LPTYPEATTR;
  11. //  typedef [allocate(dont_free)] LPFUNCDESC;
  12. //  typedef [allocate(dont_free)] LPVARDESC;
  13. }
  14. interface ITypeInfo {
  15.     [nocode] LocalGetIDsOfNames();
  16.     [nocode] LocalInvoke();
  17.     [nocode] LocalAddressOfMember();
  18.     [nocode] LocalReleaseTypeAttr();
  19.     [nocode] LocalReleaseFuncDesc();
  20.     [nocode] LocalReleaseVarDesc();
  21. }
  22. interface ITypeLib {
  23. //  typedef [allocate(dont_free)] LPTLIBATTR;
  24.     [nocode] LocalReleaseTLibAttr();
  25. }