IPXV_Inst::GetLocalStrID Method
From PDF XChange PDF SDK
Gets localized string by specified unique string indentifier.
Syntax
HRESULT GetLocalStrID([in] BSTR sStrID, [out, retval] BSTR* sLocalStrID);
Parameters
- sStrID
- [in] Unique string identifier to localize.
- sLocalStrID
- [out, retval] Pointer to BSTR containing the localized string.
Return Value
Returns S_OK if operation was successful or error code in other cases.