IMsTscAxEvents::OnUserNameAcquired method

Called when the user name has been acquired by the control.

Syntax

void OnUserNameAcquired(
   BSTR bstrUserName
);

Parameters

bstrUserName

The user name.

Return value

This method does not return a value.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IMsTscAxEvents is defined as 336d5562-efa8-482e-8cb3-c5c0fc7a7db6

See also

IMsTscAxEvents