IPXV_Inst::StartTimer Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Starts the custom global timer.
+
Starts the new custom global timer.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 18:52, 26 May 2015


Starts the new custom global timer.

Syntax

HRESULT StartTimer([in]                   IPXV_TimerHandler*  pTimerHandler,
                   [in]                   ULONG               nElapse,
                   [in, defaultvalue(0)]  ULONG               nFlags,
                   [out, retval]          LONG_PTR*           pNewTimerID);

Parameters

pTimerHandler
[in] Pointer to IPXV_TimerHandler callback.
nElapse
[in] The time-out value in milliseconds.
nFlags
[in, defaultvalue(0)] Pass 0 here.
pNewTimerID
[out, retval] Returns the identifier of new timer.

Return Value

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

See Also

IPXV_Inst