MessageBoxIndirectA method

int MessageBoxIndirectA(
  1. Pointer<MSGBOXPARAMSA> lpmbp
)

Implementation

int MessageBoxIndirectA(
  ffi.Pointer<MSGBOXPARAMSA> lpmbp,
) {
  return _MessageBoxIndirectA(
    lpmbp,
  );
}