Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetFriendlyName method retrieves the friendly name associated with the radio instance.
Syntax
HRESULT GetFriendlyName(
[in] LCID lcID,
[out] LPWSTR *pbstrName
);
Parameters
lcID [in]
The current user session locale ID. This value allows for the localization of the returned friendly name. Possible Locale ID values are defined here.pbstrName [out]
The friendly name for this radio instance.
Return value
Returns S_OK on success or one of the standard error HRESULT values.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Target platform |
Desktop |
See also