Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Doc/library/
Dwinsound.rst43 ``MB_ICONEXCLAMATION``, ``MB_ICONHAND``, ``MB_ICONQUESTION``, and ``MB_OK``, all
146 .. data:: MB_ICONEXCLAMATION
/aosp_15_r20/external/python/cpython3/Doc/library/
Dwinsound.rst41 ``MB_ICONEXCLAMATION``, ``MB_ICONHAND``, ``MB_ICONQUESTION``, and ``MB_OK``, all
143 .. data:: MB_ICONEXCLAMATION
/aosp_15_r20/external/libpng/contrib/visupng/
H A DVisualPng.c295 szProgName, MB_ICONEXCLAMATION | MB_OK); in WndProc()
694 szProgName, MB_ICONEXCLAMATION | MB_OK); in LoadImageFile()
737 szProgName, MB_ICONEXCLAMATION | MB_OK);
/aosp_15_r20/external/python/cpython2/PC/
Dwinsound.c188 ADD_DEFINE(MB_ICONEXCLAMATION); in initwinsound()
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_winsound.py71 safe_MessageBeep(winsound.MB_ICONEXCLAMATION)
/aosp_15_r20/external/python/cpython3/PC/
Dwinsound.c246 ADD_DEFINE(MB_ICONEXCLAMATION); in PyInit_winsound()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_winsound.py75 safe_MessageBeep(winsound.MB_ICONEXCLAMATION)
/aosp_15_r20/external/mdnsresponder/mDNSWindows/ControlPanel/
H A DControlPanelExe.cpp354 MessageBox(NULL, L"", L"", MB_OK|MB_ICONEXCLAMATION); in InitInstance()
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/Internal/CPack/
DNSIS.template.in220 Messagebox MB_OK|MB_ICONEXCLAMATION "Warning! PATH too long installer unable to modify PATH!"
927 MessageBox MB_YESNOCANCEL|MB_ICONEXCLAMATION \
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dtypes_windows.go1973 MB_ICONEXCLAMATION = 0x00000030 const
1976 MB_ICONWARNING = MB_ICONEXCLAMATION
/aosp_15_r20/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2282 MB_ICONEXCLAMATION | MB_OKCANCEL in OnChangeState()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinuser.h3533 #define MB_ICONEXCLAMATION __MSABI_LONG(0x00000030) macro
3536 #define MB_ICONWARNING MB_ICONEXCLAMATION
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs10220 pub const MB_ICONEXCLAMATION: u32 = 48; constant