IPXV_SearchPtr::Str Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_SearchPtr::Str Property}} | {{#customTitle:IPXV_SearchPtr::Str Property}} | ||
{{#parentPage:PXV:IPXV_SearchPtr#Properties|Str|property}} | {{#parentPage:PXV:IPXV_SearchPtr#Properties|Str|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | 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 | + | <pre class="brush:cpp;gutter:false">HRESULT get_Str([in] ULONG nStrID, |
− | [out, retval] BSTR* | + | [out, retval] BSTR* sStr); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;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 05: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.