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.

48 lines
1.7 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. [id(4), helpstring("method ReserveAcceptedLock")] HRESULT ReserveAcceptedLock();
  20. [id(5), helpstring("method SwitchDesktopMode")]HRESULT SwitchDesktopMode([in] int Mode, [in] int nRAType);
  21. [propget, id(6), helpstring("property RCTicket")] HRESULT RCTicket([out, retval] BSTR *pVal);
  22. [propget, id(7), helpstring("property DesktopUnknown")] HRESULT DesktopUnknown([out, retval] BOOL *pVal);
  23. [propget, id(8), helpstring("property SupportEngineer")] HRESULT SupportEngineer([out, retval] BSTR *pVal);
  24. [propget, id(9), helpstring("property userHelpBlob")] HRESULT userHelpBlob([out, retval] BSTR *pVal);
  25. [propget, id(10), helpstring("property expertHelpBlob")] HRESULT expertHelpBlob([out, retval] BSTR *pVal);
  26. };
  27. [
  28. uuid(2607D38D-2EA5-4F41-81DD-F96A31E6DE1B),
  29. version(1.0),
  30. helpstring("ISAFrdm 1.0 Type Library")
  31. ]
  32. library ISAFRDMLib
  33. {
  34. importlib("stdole32.tlb");
  35. importlib("stdole2.tlb");
  36. [
  37. uuid(04F34B7F-0241-455A-9DCD-25471E111409),
  38. helpstring("SAFRemoteDesktopManager Class")
  39. ]
  40. coclass SAFRemoteDesktopManager
  41. {
  42. [default] interface ISAFRemoteDesktopManager;
  43. };
  44. };