IOperation::COMThreadingModel 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_COMThreadingModel([out, retval]  COMThreadingModel*  Val);
+
<pre class="brush:cpp;gutter:false">HRESULT get_COMThreadingModel([out, retval]  COMThreadingModel*  nVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IOperation|IOperation]]
 
[[PXV:IOperation|IOperation]]

Revision as of 03:18, 15 June 2015


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

Syntax

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

See Also

IOperation