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
679 B

  1. // SetDateTime.idl : IDL source for SetDateTime.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (SetDateTime.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "..\..\..\idl\appliancetask.idl";
  8. [
  9. uuid(F1E0DC10-D1E4-11D2-84FC-0080C7227EA1),
  10. version(1.0),
  11. helpstring("SetDateTime 1.0 Type Library")
  12. ]
  13. library SETDATETIMELib
  14. {
  15. importlib("stdole32.tlb");
  16. importlib("stdole2.tlb");
  17. [
  18. uuid(F0229EA0-D1D8-11D2-84FC-0080C7227EA1),
  19. helpstring("DateTime Class")
  20. ]
  21. coclass DateTime
  22. {
  23. [default] interface IApplianceTask;
  24. };
  25. };