6 Appendix A: Full IDL

For ease of implementation the full IDL is provided below, where "ms-oaut.idl" refers to the IDL found in [MS-OAUT] Appendix A.

 import "ms-oaut.idl";
  
 [
 object,
 uuid(034634FD-BA3F-11D1-856A-00A0C944138C),
 dual,
 pointer_default(unique)
 ]
  
 interface IManageTelnetSessions : IDispatch
 {
 HRESULT GetTelnetSessions( [ out, retval ] BSTR *pszSessionData );
 HRESULT TerminateSession([in] DWORD dwUniqueId );
 HRESULT SendMsgToASession([in] DWORD dwUniqueId, [in] BSTR szMsg );
 };