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.

31 lines
607 B

  1. // McsPISag.idl : IDL source for McsPISag.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (McsPISag.tlb) and marshalling code.
  5. //import "..\..\Common\IDL\McsPI.idl";
  6. import "McsPI.idl";
  7. import "oaidl.idl";
  8. import "ocidl.idl";
  9. [
  10. uuid(190EDEA0-461D-11D3-99F3-0010A4F77383),
  11. version(1.0),
  12. helpstring("McsPISag 1.0 Type Library")
  13. ]
  14. library MCSPISAGLib
  15. {
  16. importlib("stdole32.tlb");
  17. importlib("stdole2.tlb");
  18. [
  19. uuid(9CC87460-461D-11D3-99F3-0010A4F77383),
  20. helpstring("CSvcAcctInfo Class")
  21. ]
  22. coclass CSvcAcctInfo
  23. {
  24. [default] interface IMcsDomPlugIn;
  25. };
  26. };