Source code of Windows XP (NT5)
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.

40 lines
882 B

  1. // McsClosedSet.idl : IDL source for McsClosedSet.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (McsClosedSet.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(48E3EC70-2B25-11D3-8AE5-00A0C9AFE114),
  10. helpstring("ISetDetector Interface"),
  11. pointer_default(unique)
  12. ]
  13. interface ISetDetector : IUnknown
  14. {
  15. [id(1)] HRESULT IsClosedSet([in]BSTR domain,[in]LONG nItems,[in,size_is(nItems)] BSTR pNames[],[out] BOOL * bIsClosed, [out] BSTR * pReason);
  16. };
  17. [
  18. uuid(083EDBD4-2B25-11D3-8AE5-00A0C9AFE114),
  19. version(1.0),
  20. helpstring("McsClosedSet 1.0 Type Library")
  21. ]
  22. library MCSCLOSEDSETLib
  23. {
  24. importlib("stdole32.tlb");
  25. importlib("stdole2.tlb");
  26. [
  27. uuid(48E3EC71-2B25-11D3-8AE5-00A0C9AFE114),
  28. helpstring("SetDetector Class")
  29. ]
  30. coclass SetDetector
  31. {
  32. [default] interface ISetDetector;
  33. };
  34. };