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.

29 lines
770 B

  1. // initsrvc.idl : IDL source for initsrvc.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (testsrvc.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "applianceobject.idl";
  8. [
  9. uuid(f8690c70-389f-11d3-bfbf-00105a1f3461),
  10. version(1.0),
  11. helpstring("Chameleon Initialization / Shutdown Serivce 1.0 Type Library")
  12. ]
  13. library INITSRVCLib
  14. {
  15. importlib("stdole32.tlb");
  16. importlib("stdole2.tlb");
  17. [
  18. uuid(1836a370-38a0-11d3-bfbf-00105a1f3461),
  19. helpstring("InitService Class")
  20. ]
  21. coclass InitService
  22. {
  23. [default] interface IApplianceObject;
  24. };
  25. };