Platform SDK: Web Telephony Engine

Session.SessionName Property

The SessionName property retrieves a unique per-computer session ID.

Syntax

[ sID = ] Session.SessionName

Possible Values

sID
String specifying the session ID.

This property is read-only.

Remarks

WTE has a unique counter per machine which is used, among other things, to stamp each session log event. You should not allocate a globally unique identifier (GUID) because the counter allows sorting according to this value. The author can compose a globally unique session ID from the ServerName and SessionName properties.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

Session