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.