PTIMERAPCROUTINE typedef

PTIMERAPCROUTINE = Pointer<NativeFunction<Void Function(LPVOID lpArgToCompletionRoutine, DWORD dwTimerLowValue, DWORD dwTimerHighValue)>>

Implementation

typedef PTIMERAPCROUTINE = ffi.Pointer<ffi.NativeFunction<ffi.Void Function(LPVOID lpArgToCompletionRoutine, DWORD dwTimerLowValue, DWORD dwTimerHighValue)>>;