GetPath method
Implementation
int GetPath(
ffi.Pointer<HDC__> hdc,
ffi.Pointer<LPPOINT> apt,
ffi.Pointer<ffi.Uint8> aj,
int cpt,
) {
return (_GetPath ??=
_dylib.lookupFunction<_c_GetPath, _dart_GetPath>('GetPath'))(
hdc,
apt,
aj,
cpt,
);
}