IPXC_Shading::Function 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_Function([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT get_Function([in] ULONG FuncIdx, |
− | [out, retval] IPXC_Function** | + | [out, retval] IPXC_Function** Function); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;FuncIdx |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_Shading|IPXC_Shading]] | [[PXV:IPXC_Shading|IPXC_Shading]] |
Revision as of 06:13, 12 June 2015
Property Function of interface IPXC_Shading returns Pointer to IPXC_Function ...
Syntax
HRESULT get_Function([in] ULONG FuncIdx, [out, retval] IPXC_Function** Function);
Parameters
- FuncIdx
- [in] Value of ULONG.