IPXV_Inst::GetLocalStrID2 Method

From PDF XChange PDF SDK
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