IPXV_SearchPtr::Str Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchPtr::Str Property}}
 
{{#customTitle:IPXV_SearchPtr::Str Property}}
{{#parentPage:PXV:IPXV_SearchPtr|property}}
+
{{#parentPage:PXV:IPXV_SearchPtr|Str Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
 
Property '''Str''' of interface [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] returns  Value of BSTR ...
 
Property '''Str''' of interface [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] returns  Value of BSTR ...
 
  
 
== 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* ppStr);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nStrID''
+
;nStrID
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]].
 
See also [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]].

Revision as of 06:32, 23 April 2015


Property Str of interface IPXV_SearchPtr returns Value of BSTR ...

Syntax

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

Parameters

nStrID
[in] Value of ULONG.

See Also

See also IPXV_SearchPtr.