Share via


IRTCProfile::get_Name

The get_Name property returns the name of this profile.

HRESULT get_Name(BSTR*pbstrName);

Parameters

  • pbstrName
    [out] Pointer to a BSTR containing the name of the profile. The caller is responsible for freeing this memory with SysFreeString.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
RTC_E_NOT_EXIST No name.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCProfile is defined as d07eca9e-4062-4dd4-9e7d-722a49ba7303.

See Also

IRTCProfile