GetInternationalStringsVB method
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the internationalized strings stored by the MxValue for a VB client.
Class
IMxValue
Syntax
[C#]
void GetInternationalStringsVB(
ref InternationalizedString[] ppsa
);
[Visual C++]
HRESULT GetInternationalStringsVB(
[in,out] SAFEARRAY(struct InternationalizedString) *ppsa
);
Returns
S_OK - operation succeeded.
E_FAIL - operation failed.
MX_E_WrongDataType- the stored value isn't an internationalized string.