IPXV_SearchPtr::Str Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchPtr::Str Property}}
 
{{#customTitle:IPXV_SearchPtr::Str Property}}
{{#parentPage:PXV:IPXV_SearchPtr|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, [out, retval] BSTR* ppStr);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Str([in]           ULONG nStrID,
 +
                [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 ==
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