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.

58 lines
1.2 KiB

  1. // AU_Accnt.idl : IDL source for AU_Accnt.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (AU_Accnt.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "wizchain.idl";
  8. [
  9. object,
  10. uuid(79173ECB-ACE8-4705-995A-12F65E7922A1),
  11. helpstring("IAddUser_AccntWiz Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface IAddUser_AccntWiz : IAddPropertySheets
  15. {
  16. };
  17. [
  18. object,
  19. uuid(829AFC93-3F9D-415a-97B7-98E2F4737015),
  20. dual,
  21. helpstring("IAddUser_AccntCommit Interface"),
  22. pointer_default(unique)
  23. ]
  24. interface IAddUser_AccntCommit : IWizardCommit
  25. {
  26. };
  27. [
  28. uuid(D0AC2523-4D1F-4fcd-B5A7-D43D6E64CA5A),
  29. version(1.0),
  30. helpstring("AU_Accnt 1.0 Type Library")
  31. ]
  32. library ACCNTDLLLib
  33. {
  34. importlib("stdole32.tlb");
  35. importlib("stdole2.tlb");
  36. [
  37. uuid(EE6CD9C4-E8AF-4e34-8663-5086CEEF5BC0),
  38. helpstring("AddUser_AccntWiz Class")
  39. ]
  40. coclass AddUser_AccntWiz
  41. {
  42. [default] interface IAddUser_AccntWiz;
  43. };
  44. [
  45. uuid(8615433B-827A-4efe-9E55-F2A69A9F34F5),
  46. helpstring("AddUser_AccntCommit Class")
  47. ]
  48. coclass AddUser_AccntCommit
  49. {
  50. [default] interface IAddUser_AccntCommit;
  51. };
  52. };