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.

44 lines
1.3 KiB

  1. // ISAFrdm.idl : IDL source for ISAFrdm.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (ISAFrdm.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(26934FF8-F0B6-4E10-8661-23D47F4C69C5),
  10. dual,
  11. helpstring("ISAFRemoteDesktopManager Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface ISAFRemoteDesktopManager : IDispatch
  15. {
  16. [id(1), helpstring("method Accepted")] HRESULT Accepted();
  17. [id(2), helpstring("method Rejected")] HRESULT Rejected();
  18. [id(3), helpstring("method Aborted")] HRESULT Aborted([in] BSTR Val);
  19. [propget, id(4), helpstring("property RCTicket")] HRESULT RCTicket([out, retval] BSTR *pVal);
  20. [propget, id(5), helpstring("property DesktopUnknown")] HRESULT DesktopUnknown([out, retval] BOOL *pVal);
  21. [propget, id(6), helpstring("property SupportEngineer")] HRESULT SupportEngineer([out, retval] BSTR *pVal);
  22. };
  23. [
  24. uuid(2607D38D-2EA5-4F41-81DD-F96A31E6DE1B),
  25. version(1.0),
  26. helpstring("ISAFrdm 1.0 Type Library")
  27. ]
  28. library ISAFRDMLib
  29. {
  30. importlib("stdole32.tlb");
  31. importlib("stdole2.tlb");
  32. [
  33. uuid(04F34B7F-0241-455A-9DCD-25471E111409),
  34. helpstring("SAFRemoteDesktopManager Class")
  35. ]
  36. coclass SAFRemoteDesktopManager
  37. {
  38. [default] interface ISAFRemoteDesktopManager;
  39. };
  40. };