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.

40 lines
967 B

  1. // CheckSymbolsLib.idl : IDL source for CheckSymbolsLib.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (CheckSymbolsLib.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(4C23935E-AE26-42E7-8CF9-0C17CD5DEA12),
  10. dual,
  11. helpstring("ICheckSymbols Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface ICheckSymbols : IDispatch
  15. {
  16. [id(1), helpstring("method CheckSymbols")] HRESULT CheckSymbols([in] BSTR FilePath, [in] BSTR SymPath, [in] BSTR StripSym, [out, retval] BSTR *OutputString);
  17. };
  18. [
  19. uuid(8A6FE0DC-CE1D-4490-9022-AC755C320E82),
  20. version(1.0),
  21. helpstring("CheckSymbolsLib 1.0 Type Library")
  22. ]
  23. library CHECKSYMBOLSLIBLib
  24. {
  25. importlib("stdole32.tlb");
  26. importlib("stdole2.tlb");
  27. [
  28. uuid(773B2A62-B1E7-45F0-B837-8C47042FB265),
  29. helpstring("CheckSymbols Class")
  30. ]
  31. coclass CheckSymbols
  32. {
  33. [default] interface ICheckSymbols;
  34. };
  35. };