This topic has not yet been rated - Rate this topic

IRDPSRAPIInvitation::ConnectionString property

The ticket string.

This property is read-only.

Syntax


HRESULT get_ConnectionString(
  [out]  BSTR *pbstrVal
);

Property value

The 64-bit character ticket. When you have finished using this buffer, free the memory by calling the SysFreeString function.

Error codes

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.

Remarks

The ticket string is set when calling the IRDPSRAPIInvitationManager::CreateInvitation method.

Requirements

Minimum supported client

Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 [desktop apps | Windows Store apps]

Header

Rdpencomapi.h

IDL

Rdpencomapi.idl

Type library

Rdpencomapi.tlb

See also

IRDPSRAPIInvitation

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.