Sponsors

CreateTimerQueueTimer

Function name: CreateTimerQueueTimer

Defined in : Kernel32

Requirements : Windows 2000 or later; Win9x/ME: Not supported

Declaration:

Declare Function CreateTimerQueueTimer Lib "kernel32.dll" (ByRef phNewTimer As Long, ByVal TimerQueue As Long, ByVal Callback As Long, ByVal Parameter As Long, ByVal DueTime As Long, ByVal Period As Long, ByVal Flags As Long) As Long

Parameters:

Returns:

Related functions:

Examples:

Sorry, this function has no examples yet.

Timer

Categories