IPXC_Image::MaskHandle Property

From PDF XChange PDF SDK
Jump to: navigation, search
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_MaskHandle([out, retval]  ULONG*  phMask);
+
<pre class="brush:cpp;gutter:false">HRESULT get_MaskHandle([out, retval]  ULONG*  hMask);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Image|IPXC_Image]]
 
[[PXV:IPXC_Image|IPXC_Image]]

Latest revision as of 11:48, 11 January 2016


Property MaskHandle of interface IPXC_Image returns Value of ULONG ...

Syntax

HRESULT get_MaskHandle([out, retval]  ULONG*  hMask);

See Also

IPXC_Image