MessageBoxIndirectA method

int MessageBoxIndirectA(
  1. Pointer<LPMSGBOXPARAMSA> lpmbp
)

Implementation

int MessageBoxIndirectA(
  ffi.Pointer<LPMSGBOXPARAMSA> lpmbp,
) {
  return (_MessageBoxIndirectA ??= _dylib.lookupFunction<
      _c_MessageBoxIndirectA,
      _dart_MessageBoxIndirectA>('MessageBoxIndirectA'))(
    lpmbp,
  );
}