Searched refs:actual_flags (Results 1 – 1 of 1) sorted by relevance
23 UINT actual_flags = flags; in MessageBox() local25 actual_flags |= MB_RIGHT | MB_RTLREADING; in MessageBox()35 return ::MessageBox(hwnd, text_ptr, caption_ptr, actual_flags); in MessageBox()