Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
817 B

  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. }