OLDFONTENUMPROCW typedef

OLDFONTENUMPROCW = Pointer<NativeFunction<Int Function(Pointer<LOGFONTW>, Pointer<TEXTMETRICW>, DWORD, LPARAM)>>

Implementation

typedef OLDFONTENUMPROCW = ffi.Pointer<ffi.NativeFunction<ffi.Int Function(ffi.Pointer<LOGFONTW>, ffi.Pointer<TEXTMETRICW>, DWORD, LPARAM)>>;