GetPath method

int GetPath(
  1. Pointer<HDC__> hdc,
  2. Pointer<LPPOINT> apt,
  3. Pointer<Uint8> aj,
  4. int cpt,
)

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,
  );
}