IDevMode::ICMIntent Property

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

Latest revision as of 03:14, 15 June 2015


Property ICMIntent of interface IDevMode returns/sets Value of ULONG ...

Syntax

HRESULT get_ICMIntent([out, retval]  ULONG*  nVal);
HRESULT put_ICMIntent([in]  ULONG  nVal);

See Also

IDevMode