IUIX_IndProgress::Stop Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
+ | {{#customTitle:IUIX_IndProgress::Stop Method}} | ||
+ | {{#parentPage:PXV:IUIX_IndProgress#Methods|Stop|method}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | The method of interface of PDF-XChange Editor SDK. | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">HRESULT Stop();</pre> | ||
+ | |||
+ | == Return Value == | ||
+ | Returns S_OK if operation was successful or error code in other cases. | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:IUIX_IndProgress|IUIX_IndProgress]] |
Latest revision as of 00:31, 20 October 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Stop();
Return Value
Returns S_OK if operation was successful or error code in other cases.