IXC_CallbackStage Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IXC_CallbackStage Enumeration}} | {{#customTitle:IXC_CallbackStage Enumeration}} | ||
+ | {{#parentPage:PXV:IXC_Enumerations|IXC_CallbackStage|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum IXC_CallbackStage | <pre class="brush:cpp;gutter:false">enum IXC_CallbackStage | ||
{ | { | ||
− | CallbackStage_Start = 1 | + | CallbackStage_Start = 1, |
− | CallbackStage_Processing = 2 | + | CallbackStage_Processing = 2, |
− | CallbackStage_Finish = 3 | + | CallbackStage_Finish = 3, |
}; | }; | ||
</pre> | </pre> | ||
Line 20: | Line 24: | ||
;CallbackStage_Finish | ;CallbackStage_Finish | ||
:The ... | :The ... | ||
− | |||
− | |||
− |
Latest revision as of 09:33, 23 May 2015
Specifies the ...
Syntax
enum IXC_CallbackStage { CallbackStage_Start = 1, CallbackStage_Processing = 2, CallbackStage_Finish = 3, };
Constants
- CallbackStage_Start
- The ...
- CallbackStage_Processing
- The ...
- CallbackStage_Finish
- The ...