Home
last modified time | relevance | path

Searched refs:mbd (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/user/user32/windows/
H A Dmessagebox.c160 if (!mbd) in MessageBoxTextToClipboard()
309 ASSERT(mbd->uDefButton < mbd->dwButtons); in MessageBoxProc()
314 if (mbd->dwTimeout && (mbd->dwTimeout != (UINT)-1)) in MessageBoxProc()
385 if (!mbd) in MessageBoxProc()
408 if (!mbd) in MessageBoxProc()
539 ZeroMemory(&mbd, sizeof(mbd)); in MessageBoxTimeoutIndirectW()
540 memcpy(&mbd.mbp, lpMsgBoxParams, sizeof(mbd.mbp)); in MessageBoxTimeoutIndirectW()
595 if (mbd.uDefButton >= mbd.dwButtons) in MessageBoxTimeoutIndirectW()
640 memcpy(&mbd, lpMsgBoxData, sizeof(mbd)); in SoftModalMessageBox()
747 if (!mbd.ppszButtonText[i] || !*mbd.ppszButtonText[i]) in SoftModalMessageBox()
[all …]