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);