Source code of Windows XP (NT5)
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
998 B

  1. // UpdateMOT.idl : IDL source for UpdateMOT.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (UpdateMOT.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(3686281C-2BC0-4A2A-ACB8-14179438B021),
  10. dual,
  11. helpstring("ISrcSidUpdate Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface ISrcSidUpdate : IDispatch
  15. {
  16. [id(1), helpstring("method QueryForSrcSidColumn")] HRESULT QueryForSrcSidColumn([out, retval] VARIANT_BOOL * pbFound);
  17. [id(2), helpstring("method CreateSrcSidColumn")] HRESULT CreateSrcSidColumn([in] VARIANT_BOOL bHide, [out, retval] VARIANT_BOOL * pbCreated);
  18. };
  19. [
  20. uuid(98D0075E-48BD-45A3-9E72-396A3FB12545),
  21. version(1.0),
  22. helpstring("UpdateMOT 1.0 Type Library")
  23. ]
  24. library UPDATEMOTLib
  25. {
  26. importlib("stdole32.tlb");
  27. importlib("stdole2.tlb");
  28. [
  29. uuid(D6C982DC-3314-48CB-ADF3-D6526E4A29E7),
  30. helpstring("SrcSidUpdate Class")
  31. ]
  32. coclass SrcSidUpdate
  33. {
  34. [default] interface ISrcSidUpdate;
  35. };
  36. };