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

  1. // NCProv.idl : IDL source for NCProv.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (NCProv.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "wbemcli.idl";
  8. import "wbemprov.idl";
  9. [
  10. uuid(5F099F16-6A6E-4BBC-8BD8-98F3221D58C4),
  11. version(1.0),
  12. helpstring("NCProv 1.0 Type Library")
  13. ]
  14. library NCProvLib
  15. {
  16. importlib("stdole32.tlb");
  17. importlib("stdole2.tlb");
  18. [
  19. uuid(29F06F0C-FB7F-44A5-83CD-D41705D5C525),
  20. helpstring("NCProvider Class")
  21. ]
  22. coclass NCProvider
  23. {
  24. [default] interface IWbemEventProvider;
  25. };
  26. };