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

  1. // ActCtx.idl : IDL source for ActCtx.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (ActCtx.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "sxsoaps.idl";
  8. [
  9. uuid(5e0598d8-34a0-4329-bdbd-9d165c5c1554),
  10. version(1.0),
  11. helpstring("Microsoft.Windows.IsolationAutomation Type Library")
  12. ]
  13. library ACTCTXLib
  14. {
  15. importlib("stdole32.tlb");
  16. importlib("stdole2.tlb");
  17. [
  18. uuid(85BB4477-6DC3-4A8D-84D6-86A0FA1AAF8B),
  19. helpstring("ActCtx Class")
  20. ]
  21. coclass ActCtx
  22. {
  23. [default] interface IActCtx;
  24. };
  25. };