Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

GetInternationalStrings method

  • Last UpdatedJul 23, 2024
  • 1 minute read

Returns the internationalized strings stored by the MxValue.

Class

IMxValue

Syntax

[C#]

void GetInternationalStrings(

out int count,

System.IntPtr locals

);

[Visual C++]

HRESULT GetInternationalStrings(

[out] long *count,

[out, size_is(,*count)] struct InternationalizedString **locals

);

Parameters

count

The number of internationalized strings that are stored in the MxValue.

locals

The internationalized strings that are stored in the MxValue.

Returns

S_OK - operation succeeded.

E_FAIL - operation failed.

MX_E_WrongDataType - the stored value isn't an internationalized string.

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in