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

Application Server

PutInternationalStrings method

  • Last UpdatedJul 23, 2024
  • 1 minute read

Initializes an MxValue with a set of internationalized strings.

Class

IMxValue

Syntax

[C#]

void PutInternationalStrings(

int count,

ref InternationalizedString strings

);

[Visual C++]

HRESULT PutInternationalStrings(

[in] long count,

[in, size_is(count)] struct InternationalizedString strings[]

);

Parameters

count

The number of internationalized strings the MxValue is being initialized with.

strings[]

The internationalized strings the MxValue is being initialized with.

Returns

S_OK - operation succeeded.

E_FAIL - operation failed.

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