Share via


IRTCClient::LocalUserName

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method sets or gets the displayable name used in the From: header of messages sent from the client. By default, the logon user is assumed.

Syntax

HRESULT put_LocalUserName(
  BSTR bstrUserName
);
HRESULT get_LocalUserName(
  BSTR* pbstrUserName
);

Parameters

  • bstrUserName, pbstrUserName
    [in, out] Local user name.

    On output, this parameter is a pointer to a BSTR that is filled with the local user name, or an empty string if there is no entry.

    The method allocates the buffer.

    The caller is responsible for releasing this memory with SysFreeString.

Return Value

This method can return an RTC_E_ constant.

The following table shows an additional possible return value.

Value Description

E_FAIL

No local user name.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IRTCClient
IRTCClient::LocalUserURI

Other Resources

SysFreeString