ABORTPROC typedef

ABORTPROC = Pointer<NativeFunction<BOOL Function(HDC, Int)>>

Implementation

typedef ABORTPROC = ffi.Pointer<ffi.NativeFunction<BOOL Function(HDC, ffi.Int)>>;