TimerProc typedef

TimerProc = Void Function(IntPtr, Uint32, Pointer<Uint32>, Int32)

Application-defined callback function that processes WM_TIMER messages.

Implementation

typedef TimerProc = Void Function(IntPtr, Uint32, Pointer<Uint32>, Int32);