IPXC_Inst::ColorManager Property

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

Latest revision as of 03:30, 15 June 2015


Property ColorManager of interface IPXC_Inst returns Pointer to IPXC_ColorManager ...

Syntax

HRESULT get_ColorManager([out, retval]  IPXC_ColorManager**  pCMan);

See Also

IPXC_Inst