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.

62 lines
1.3 KiB

  1. // localuiresource.idl : IDL source for localuiresource.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (localuiresource.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. #include "olectl.h"
  8. [
  9. object,
  10. uuid(C5C02CF1-7FE3-4FBC-82CE-1C0BF5CBD596),
  11. dual,
  12. helpstring("IResCtrl Interface"),
  13. pointer_default(unique)
  14. ]
  15. interface IResCtrl : IDispatch
  16. {
  17. };
  18. [
  19. object,
  20. uuid(84E6FD1D-FD7B-4c5a-AB8D-912E119D283D),
  21. dual,
  22. helpstring("ITextResCtrl Interface"),
  23. pointer_default(unique)
  24. ]
  25. interface ITextResCtrl : IDispatch
  26. {
  27. };
  28. [
  29. uuid(AD878C10-5A81-4331-8F11-112124294B36),
  30. version(1.0),
  31. helpstring("localuiresource 1.0 Type Library")
  32. ]
  33. library LOCALUIRESOURCELib
  34. {
  35. importlib("stdole32.tlb");
  36. importlib("stdole2.tlb");
  37. [
  38. uuid(2FE9659A-53CB-4B06-9416-0276113F3106),
  39. helpstring("ResCtrl Class")
  40. ]
  41. coclass ResCtrl
  42. {
  43. [default] interface IResCtrl;
  44. };
  45. [
  46. uuid(B00A25FB-D262-4f1d-A525-50EC006F666B),
  47. helpstring("TextResCtrl Class")
  48. ]
  49. coclass TextResCtrl
  50. {
  51. [default] interface ITextResCtrl;
  52. };
  53. };