ITSdp::get_SessionName

[This is preliminary documentation and subject to change.]

Gets the session name (BSTR). This has to be an ASCII convertible string if the character set is ASCII. (It can be any BSTR string otherwise.)

HRESULT get_SessionName(
  BSTR *ppSessionName
);
 

Parameters

ppSessionName
[out] Session name.

Return Values

TBD