IMsRdpAppContainerClientSecuredSettings::GetLocalizedString method

[This documentation is preliminary and is subject to change.]

Retrieves a localized version of one of the standard client strings.

Syntax

HRESULT GetLocalizedString(
  [in]           LocalizedStringType locid,
  [out, retval]  BSTR *pBstrLocString
);

Parameters

  • locid [in]
    A value of the LocalizedStringType enumeration that specifies the string to retrieve.

  • pBstrLocString [out, retval]
    The address of a BSTR variable that receives the localized string.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows Developer Preview

Minimum supported server

Windows Server Developer Preview

IDL

Rdpappcontainerclient.idl

See also

IMsRdpAppContainerClientSecuredSettings

LocalizedStringType

 

 

Build date: 9/7/2011