IPXC_Shading::Function Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Shading::Function Property}}
 
{{#customTitle:IPXC_Shading::Function Property}}
{{#parentPage:PXV:IPXC_Shading|property}}
+
{{#parentPage:PXV:IPXC_Shading#Properties|Function|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Function''' of interface [[PXV:IPXC_Shading|IPXC_Shading]] returns  Pointer to [[PXV:IPXC_Function|IPXC_Function]] ...
+
Property '''pFunction''' of interface [[PXV:IPXC_Shading|IPXC_Shading]] returns  Pointer to [[PXV:IPXC_Function|IPXC_Function]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Function([in] ULONG nFuncIdx, [out, retval] IPXC_Function** ppFunction);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Function([in]           ULONG           nFuncIdx,
 +
                    [out, retval] IPXC_Function** pFunction);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nFuncIdx''
+
;nFuncIdx
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Shading|IPXC_Shading]].
+
[[PXV:IPXC_Shading|IPXC_Shading]]

Latest revision as of 03:37, 15 June 2015


Property pFunction of interface IPXC_Shading returns Pointer to IPXC_Function ...

Syntax

HRESULT get_Function([in]           ULONG            nFuncIdx,
                     [out, retval]  IPXC_Function**  pFunction);

Parameters

nFuncIdx
[in] Value of ULONG.

See Also

IPXC_Shading