IPXV_SearchPtr::Str Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchPtr::Str Property}}
 
{{#customTitle:IPXV_SearchPtr::Str Property}}
{{#parentPage:PXV:IPXV_SearchPtr|Str Property|property}}
+
{{#parentPage:PXV:IPXV_SearchPtr#Properties|Str|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Str''' of interface [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] returns  Value of BSTR ...
+
Property '''sStr''' of interface [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] returns  Value of BSTR containing the document's info field string.
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_Str([in]          ULONG  nStrID,
 
<pre class="brush:cpp;gutter:false">HRESULT get_Str([in]          ULONG  nStrID,
                 [out, retval]  BSTR*  ppStr);
+
                 [out, retval]  BSTR*  sStr);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nStrID
 
;nStrID
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the document's info field string identifier.
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_SearchPtr|IPXV_SearchPtr]].
+
[[PXV:IPXV_SearchPtr|IPXV_SearchPtr]]

Latest revision as of 06:46, 20 January 2017


Property sStr of interface IPXV_SearchPtr returns Value of BSTR containing the document's info field string.

Syntax

HRESULT get_Str([in]           ULONG  nStrID,
                [out, retval]  BSTR*  sStr);

Parameters

nStrID
[in] Value of ULONG containing the document's info field string identifier.

See Also

IPXV_SearchPtr