Platform SDK: Web Telephony Engine |
The SessionName property retrieves a unique per-computer session ID.
[ sID = ] Session.SessionName
This property is read-only.
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.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Mswtecom.idl and Mswtecom.h.
Library: Use Mswtecom.lib.