SetLayout method

int SetLayout(
  1. Pointer<HDC__> hdc,
  2. int l
)

Implementation

int SetLayout(
  ffi.Pointer<HDC__> hdc,
  int l,
) {
  return (_SetLayout ??=
      _dylib.lookupFunction<_c_SetLayout, _dart_SetLayout>('SetLayout'))(
    hdc,
    l,
  );
}