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

  1. // krnlprov.idl : IDL source for krnlprov.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (krnlprov.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "wbemcli.idl";
  8. import "wbemprov.idl";
  9. [
  10. uuid(6B100E1A-1385-4D1F-A02E-6E705A76BB6C),
  11. version(1.0),
  12. helpstring("krnlprov 1.0 Type Library")
  13. ]
  14. library KRNLPROVLib
  15. {
  16. importlib("stdole32.tlb");
  17. importlib("stdole2.tlb");
  18. [
  19. uuid(9877D8A7-FDA1-43F9-AEEA-F90747EA66B0),
  20. helpstring("KernelTraceProvider Class")
  21. ]
  22. coclass KernelTraceProvider
  23. {
  24. [default] interface IWbemEventProvider;
  25. };
  26. };