IPXC_Shading::Handle 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:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Handle''' of interface [[PXV:IPXC_Shading|IPXC_Shading]] returns  Value of ULONG ...
+
Property '''nHandle''' of interface [[PXV:IPXC_Shading|IPXC_Shading]] returns  Value of ULONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Handle([out, retval]  ULONG*  Handle);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Handle([out, retval]  ULONG*  nHandle);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Shading|IPXC_Shading]]
 
[[PXV:IPXC_Shading|IPXC_Shading]]

Latest revision as of 03:37, 15 June 2015


Property nHandle of interface IPXC_Shading returns Value of ULONG ...

Syntax

HRESULT get_Handle([out, retval]  ULONG*  nHandle);

See Also

IPXC_Shading