IPXV_Inst::StopTimer Method
From PDF XChange PDF SDK
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Inst::StopTimer Method}} | {{#customTitle:IPXV_Inst::StopTimer Method}} | ||
{{#parentPage:PXV:IPXV_Inst#Methods|StopTimer|method}} | {{#parentPage:PXV:IPXV_Inst#Methods|StopTimer|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Line 19: | Line 18: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_Inst|IPXV_Inst]] | + | [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_StartTime|IPXV_Inst::StartTime]], [[PXV:IPXV_Inst_StopAllTimers|IPXV_Inst::StopAllTimers]] |
Revision as of 18:58, 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.