IPXC_EState::TransferFunc Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_EState::TransferFunc Property}}
 
{{#customTitle:IPXC_EState::TransferFunc Property}}
 +
{{#parentPage:PXV:IPXC_EState#Properties|TransferFunc|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''TransferFunc''' of interface [[PXV:IPXC_EState|IPXC_EState]] returns/sets  Pointer to [[PXV:IPXC_TransferFunction|IPXC_TransferFunction]] ...
 
Property '''TransferFunc''' of interface [[PXV:IPXC_EState|IPXC_EState]] returns/sets  Pointer to [[PXV:IPXC_TransferFunction|IPXC_TransferFunction]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_TransferFunc([out, retval] IPXC_TransferFunction** ppFunc);
+
<pre class="brush:cpp;gutter:false">HRESULT get_TransferFunc([out, retval] IPXC_TransferFunction** ppFunc);
HRESULT put_TransferFunc([in] IPXC_TransferFunction* ppFunc);
+
HRESULT put_TransferFunc([in] IPXC_TransferFunction* ppFunc);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_EState|IPXC_EState]].
+
[[PXV:IPXC_EState|IPXC_EState]]

Latest revision as of 08:28, 23 May 2015


Property TransferFunc of interface IPXC_EState returns/sets Pointer to IPXC_TransferFunction ...

Syntax

HRESULT get_TransferFunc([out, retval]  IPXC_TransferFunction**  ppFunc);
HRESULT put_TransferFunc([in]  IPXC_TransferFunction*  ppFunc);

See Also

IPXC_EState