MessageBoxIndirectW method

int MessageBoxIndirectW(
  1. Pointer<LPMSGBOXPARAMSW> lpmbp
)

Implementation

int MessageBoxIndirectW(
  ffi.Pointer<LPMSGBOXPARAMSW> lpmbp,
) {
  return (_MessageBoxIndirectW ??= _dylib.lookupFunction<
      _c_MessageBoxIndirectW,
      _dart_MessageBoxIndirectW>('MessageBoxIndirectW'))(
    lpmbp,
  );
}