MessageBoxIndirectW method

int MessageBoxIndirectW(
  1. Pointer<MSGBOXPARAMSW> lpmbp
)

Implementation

int MessageBoxIndirectW(
  ffi.Pointer<MSGBOXPARAMSW> lpmbp,
) {
  return _MessageBoxIndirectW(
    lpmbp,
  );
}