IPXV_Inst::AddDefaultTranslationData Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 12: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;pDefaultTranslationXml
 
;pDefaultTranslationXml
:[in]  Pointer to '''IStream''' interface containing the default XML strings.
+
:[in]  Pointer to <code>IStream</code> interface containing the default XML strings.
  
 
== Return Value ==
 
== Return Value ==
Returns S_OK if operation was successful or error code in other cases.
+
Returns <code>S_OK</code> if operation was successful or error code in other cases.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Inst|IPXV_Inst]]
 
[[PXV:IPXV_Inst|IPXV_Inst]]

Revision as of 13:58, 24 May 2015


Adds special xml with default(built-in, english) strings for UI-localization. Each module(plug-in) can add its own default strings inside his IPXV_Plugin::FinalizeRegistering() procedure.

Syntax

HRESULT AddDefaultTranslationData([in]  IStream*  pDefaultTranslationXml);

Parameters

pDefaultTranslationXml
[in] Pointer to IStream interface containing the default XML strings.

Return Value

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

See Also

IPXV_Inst