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 9: Line 9:
  
 
== 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  StrID,
                 [out, retval]  BSTR*  sStr);
+
                 [out, retval]  BSTR*  Str);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nStrID
+
;StrID
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_SearchPtr|IPXV_SearchPtr]]
 
[[PXV:IPXV_SearchPtr|IPXV_SearchPtr]]

Revision as of 07:44, 12 June 2015


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

Syntax

HRESULT get_Str([in]           ULONG  StrID,
                [out, retval]  BSTR*  Str);

Parameters

StrID
[in] Value of ULONG.

See Also

IPXV_SearchPtr