IOperation::COMThreadingModel Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (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:IOperation::COMThreadingModel Property}}
 
{{#customTitle:IOperation::COMThreadingModel Property}}
{{#parentPage:PXV:IOperation|COMThreadingModel Property|property}}
+
{{#parentPage:PXV:IOperation#Properties|COMThreadingModel|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''COMThreadingModel''' of interface [[PXV:IOperation|IOperation]] returns  Value of [[PXV:COMThreadingModel|COMThreadingModel]] ...
+
Property '''COMThreadingModel''' of interface [[PXV:IOperation|IOperation]] returns  Value of COMThreadingModel ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_COMThreadingModel([out, retval]  COMThreadingModel*  pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_COMThreadingModel([out, retval]  COMThreadingModel*  nVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IOperation|IOperation]].
+
[[PXV:IOperation|IOperation]]

Latest revision as of 08:20, 13 June 2016


Property COMThreadingModel of interface IOperation returns Value of COMThreadingModel ...

Syntax

HRESULT get_COMThreadingModel([out, retval]  COMThreadingModel*  nVal);

See Also

IOperation