IPXV_Inst::GetLocalStrID Method

From PDF XChange PDF SDK
Revision as of 08:00, 18 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

See Also

IPXV_Inst