IOperationHistory::IsMacroStarted Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IOperationHistory::IsMacroStarted Property}}
 
{{#customTitle:IOperationHistory::IsMacroStarted Property}}
{{#parentPage:PXV:IOperationHistory#Properties|IsMacroStarted Property|property}}
+
{{#parentPage:PXV:IOperationHistory#Properties|IsMacroStarted|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsMacroStarted([out, retval]  VARIANT_BOOL*  pMacroStarted);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsMacroStarted([out, retval]  VARIANT_BOOL*  bMacroStarted);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IOperationHistory|IOperationHistory]]
 
[[PXV:IOperationHistory|IOperationHistory]]

Latest revision as of 03:18, 15 June 2015


Property IsMacroStarted of interface IOperationHistory returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_IsMacroStarted([out, retval]  VARIANT_BOOL*  bMacroStarted);

See Also

IOperationHistory