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.