PutInternationalStringsVB method
- Last UpdatedJul 23, 2024
- 1 minute read
Initializes an MxValue with a set of internationalized strings for a VB client.
Class
IMxValue
Syntax
[C#]
void PutInternationalStringsVB(
ref InternationalizedString[] ppsa
);
[Visual C++]
HRESULT PutInternationalStringsVB(
[in] SAFEARRAY(struct InternationalizedString) *ppsa
);
Returns
S_OK - operation succeeded.
E_FAIL - operation failed.