DrawEscape method
Implementation
int DrawEscape(
ffi.Pointer<HDC__> hdc,
int iEscape,
int cjIn,
ffi.Pointer<ffi.Int8> lpIn,
) {
return (_DrawEscape ??=
_dylib.lookupFunction<_c_DrawEscape, _dart_DrawEscape>('DrawEscape'))(
hdc,
iEscape,
cjIn,
lpIn,
);
}