IPXC_FileSpec::FieldPrefix Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 6: Line 6:
  
 
Property '''FieldPrefix''' of interface [[PXV:IPXC_FileSpec|IPXC_FileSpec]] returns/sets  Value of BSTR ...
 
Property '''FieldPrefix''' of interface [[PXV:IPXC_FileSpec|IPXC_FileSpec]] returns/sets  Value of BSTR ...
 +
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FieldPrefix([in] LPWSTR sName, [out, retval] BSTR* pPrefix);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FieldPrefix([in] LPWSTR sName, [out, retval] BSTR* ppPrefix);
HRESULT put_FieldPrefix([in] LPWSTR sName, [in] BSTR pPrefix);
+
HRESULT put_FieldPrefix([in] LPWSTR sName, [in] BSTR ppPrefix);
 
</pre>
 
</pre>
  

Revision as of 01:19, 21 April 2015


Property FieldPrefix of interface IPXC_FileSpec returns/sets Value of BSTR ...


Syntax

HRESULT get_FieldPrefix([in] LPWSTR sName, [out, retval] BSTR* ppPrefix);
HRESULT put_FieldPrefix([in] LPWSTR sName, [in] BSTR ppPrefix);

Parameters

sName
[in] Value of LPWSTR.

See Also

See also IPXC_FileSpec.