IPXV_SearchPtr::Str Property
From PDF XChange PDF SDK
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 | + | <pre class="brush:cpp;gutter:false">HRESULT get_Str([in] ULONG StrID, |
− | [out, retval] BSTR* | + | [out, retval] BSTR* Str); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;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 06: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.