DrawEdge method
Implementation
int DrawEdge(
ffi.Pointer<HDC__> hdc,
ffi.Pointer<LPRECT> qrc,
int edge,
int grfFlags,
) {
return (_DrawEdge ??=
_dylib.lookupFunction<_c_DrawEdge, _dart_DrawEdge>('DrawEdge'))(
hdc,
qrc,
edge,
grfFlags,
);
}