IPXV_Inst::GetLocalStrID2 Method

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

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


Gets localized string identifier by specified unique numerical identifier.

Syntax

HRESULT GetLocalStrID2([in]           LONG   nStrID,
                       [out, retval]  BSTR*  sLocalStrID);

Parameters

nStrID
[in] String numerical identifier.
sLocalStrID
[out, retval] Pointer to BSTR pointer containing the localized string identifier.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst