IPXV_SearchPtr::Str Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''sStr''' 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 ==
Line 15: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;nStrID
 
;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 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