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.

41 lines
811 B

  1. #include <olectl.h>
  2. // trialoc.idl : IDL source for trialoc.dll
  3. //
  4. // This file will be processed by the MIDL tool to
  5. // produce the type library (icwhelp.tlb) and marshalling code.
  6. import "oaidl.idl";
  7. import "ocidl.idl";
  8. [
  9. object,
  10. uuid(438B8ECC-AD2A-11D1-ADEB-0000F87734F0),
  11. dual,
  12. helpstring("ITrialEnd Interface"),
  13. pointer_default(unique)
  14. ]
  15. interface ITrialEnd : IDispatch
  16. {
  17. [id(1), helpstring("method CleanupTrialReminder")] HRESULT CleanupTrialReminder([out,retval] BOOL *pbRetVal);
  18. };
  19. [
  20. uuid(5E23BBAD-AA35-11D1-ADEA-0000F87734F0),
  21. version(1.0),
  22. helpstring("trialoc 1.0 Type Library")
  23. ]
  24. library TRIALOCLib
  25. {
  26. importlib("stdole2.tlb");
  27. [
  28. uuid(438B8ECD-AD2A-11D1-ADEB-0000F87734F0),
  29. helpstring("TrialEnd Class")
  30. ]
  31. coclass TrialEnd
  32. {
  33. [default] interface ITrialEnd;
  34. };
  35. };