IPXC_DocumentInfo::InfoStr Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocumentInfo::InfoStr Property}}
 
{{#customTitle:IPXC_DocumentInfo::InfoStr Property}}
{{#parentPage:PXV:IPXC_DocumentInfo|property}}
+
{{#parentPage:PXV:IPXC_DocumentInfo|InfoStr Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
 
Property '''InfoStr''' of interface [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] returns/sets  Value of BSTR ...
 
Property '''InfoStr''' of interface [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] returns/sets  Value of BSTR ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_InfoStr([in] PXC_DocumentInfoKey nKey, [out, retval] BSTR* ppString);
+
<pre class="brush:cpp;gutter:false">HRESULT get_InfoStr([in]           PXC_DocumentInfoKey nKey,
HRESULT put_InfoStr([in] PXC_DocumentInfoKey nKey, [in] BSTR ppString);
+
                    [out, retval] BSTR*               ppString);
 +
HRESULT put_InfoStr([in] PXC_DocumentInfoKey nKey,
 +
                    [in] BSTR                 ppString);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nKey''
+
;nKey
 
:[in]  Value of [[PXV:PXC_DocumentInfoKey|PXC_DocumentInfoKey]].
 
:[in]  Value of [[PXV:PXC_DocumentInfoKey|PXC_DocumentInfoKey]].
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]].
 
See also [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]].

Revision as of 06:03, 23 April 2015


Property InfoStr of interface IPXC_DocumentInfo returns/sets Value of BSTR ...

Syntax

HRESULT get_InfoStr([in]           PXC_DocumentInfoKey  nKey,
                    [out, retval]  BSTR*                ppString);
HRESULT put_InfoStr([in]  PXC_DocumentInfoKey  nKey,
                    [in]  BSTR                 ppString);

Parameters

nKey
[in] Value of PXC_DocumentInfoKey.

See Also

See also IPXC_DocumentInfo.