Guest Einav C Posted July 22, 2008 Posted July 22, 2008 Hello, I am using an RDP ActiveX (Server: XP, Client: XP). Recently I got an 'OnDisconnect' event with error code #2824. I looked e-v-e-r-y-w-h-e-r-e (including here: http://msdn.microsoft.com/en-us/library/aa382170(VS.85).aspx) but I couldn't find the meaning of this error code. Can you please refer me to an updated list of error codes and their meaning or supply me with the official meaning of this error code? Thanks.
Guest Alicia Chen [MSFT] Posted July 25, 2008 Posted July 25, 2008 Re: RDP ActiveX error reason code 2824 You can use IMsRdpClient5::GetErrorDescription to get a string describing the code. 0x0B08 is UI_ERR_NORMAL_DISCONNECT. -- Alicia Chen This posting is provided "AS IS" with no warranties, and confers no rights. "Einav C" <EinavC@discussions.microsoft.com> wrote in message news:45BB71AD-7259-49FA-B670-33D12168649A@microsoft.com... > Hello, > > I am using an RDP ActiveX (Server: XP, Client: XP). Recently I got an > 'OnDisconnect' event with error code #2824. I looked e-v-e-r-y-w-h-e-r-e > (including here: > http://msdn.microsoft.com/en-us/library/aa382170(VS.85).aspx) > but I couldn't find the meaning of this error code. > > Can you please refer me to an updated list of error codes and their > meaning > or supply me with the official meaning of this error code? > > Thanks.
Guest Einav C Posted July 27, 2008 Posted July 27, 2008 Re: RDP ActiveX error reason code 2824 Alicia, Thank you for your help. According to MSDN, the IMsRdpClient5 interface is supported for Windows Vista as client and for Windows Server 2008 as server. As I mentioned in my original post, both my server and client are Windows XP, so the IMsRdpClient5::GetErrorDescription() method isn't helpful for me. I'm looking for a textual description (something I can show to the end-user as a reason for why his RDP session got disconnected) for this particular error code, like the ones given in the MSDN link I provided in my original post. Thanks again, Einav "Alicia Chen [MSFT]" wrote: > You can use IMsRdpClient5::GetErrorDescription to get a string describing > the code. 0x0B08 is UI_ERR_NORMAL_DISCONNECT. > > > -- > Alicia Chen > This posting is provided "AS IS" with no warranties, and confers no rights. > > "Einav C" <EinavC@discussions.microsoft.com> wrote in message > news:45BB71AD-7259-49FA-B670-33D12168649A@microsoft.com... > > Hello, > > > > I am using an RDP ActiveX (Server: XP, Client: XP). Recently I got an > > 'OnDisconnect' event with error code #2824. I looked e-v-e-r-y-w-h-e-r-e > > (including here: > > http://msdn.microsoft.com/en-us/library/aa382170(VS.85).aspx) > > but I couldn't find the meaning of this error code. > > > > Can you please refer me to an updated list of error codes and their > > meaning > > or supply me with the official meaning of this error code? > > > > Thanks. > >
Recommended Posts