IPXV_SearchPtr::Str Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 10: Line 10:
 
== 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>
  

Revision as of 02:49, 4 June 2015


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

Syntax

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

Parameters

nStrID
[in] Value of ULONG.

See Also

IPXV_SearchPtr