IPXV_Inst::StopTimer Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Stops the specified custom timer.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nTimerID
 
;nTimerID
:[in]  Value of LONG_PTR.
+
:[in]  The identifier of timer.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 18:57, 26 May 2015


Stops the specified custom timer.

Syntax

HRESULT StopTimer([in]  LONG_PTR  nTimerID);

Parameters

nTimerID
[in] The identifier of timer.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst