Searched defs:SNDMSG (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommdlg.h42 #ifndef SNDMSG
44 #define SNDMSG ::SendMessage macro
46 #define SNDMSG SendMessage macro
48 #endif /* SNDMSG */
483 (int)SNDMSG(_hdlg, CDM_GETSPEC, (WPARAM)_cbmax, (LPARAM)(LPSTR)_psz)
485 (int)SNDMSG(_hdlg, CDM_GETSPEC, (WPARAM)_cbmax, (LPARAM)(LPWSTR)_psz)
489 (int)SNDMSG(_hdlg, CDM_GETFILEPATH, (WPARAM)_cbmax, (LPARAM)(LPSTR)_psz)
491 (int)SNDMSG(_hdlg, CDM_GETFILEPATH, (WPARAM)_cbmax, (LPARAM)(LPWSTR)_psz)
495 (int)SNDMSG(_hdlg, CDM_GETFOLDERPATH, (WPARAM)_cbmax, (LPARAM)(LPSTR)_psz)
497 (int)SNDMSG(_hdl
[all...]
H A Dwindowsx.h39 #ifndef SNDMSG
41 #define SNDMSG ::SendMessage macro
43 #define SNDMSG SendMessage macro
45 #endif /* SNDMSG */
H A Dcommctrl.h198 #ifndef SNDMSG
200 #define SNDMSG ::SendMessage macro
202 #define SNDMSG SendMessage macro
204 #endif /* SNDMSG */
973 (INT)SNDMSG((hwndHD), HDM_GETITEMCOUNT, 0, 0)
980 (BOOL)SNDMSG((hwndHD), HDM_DELETEITEM, (WPARAM)(INT)(i), 0)
992 (BOOL)SNDMSG((hwndHD),HDM_LAYOUT,0,(LPARAM)(LPHDLAYOUT)(playout))
994 (BOOL)SNDMSG((hwnd),HDM_GETITEMRECT,(WPARAM)iItem,(LPARAM)lprc)
996 (HIMAGELIST)SNDMSG((hwnd),HDM_SETIMAGELIST,0,(LPARAM)himl)
998 (HIMAGELIST)SNDMSG((hwn
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcommdlg.h42 #ifndef SNDMSG
44 #define SNDMSG ::SendMessage macro
46 #define SNDMSG SendMessage macro
48 #endif /* SNDMSG */
477 (int)SNDMSG(_hdlg, CDM_GETSPEC, (WPARAM)_cbmax, (LPARAM)(LPSTR)_psz)
479 (int)SNDMSG(_hdlg, CDM_GETSPEC, (WPARAM)_cbmax, (LPARAM)(LPWSTR)_psz)
483 (int)SNDMSG(_hdlg, CDM_GETFILEPATH, (WPARAM)_cbmax, (LPARAM)(LPSTR)_psz)
485 (int)SNDMSG(_hdlg, CDM_GETFILEPATH, (WPARAM)_cbmax, (LPARAM)(LPWSTR)_psz)
489 (int)SNDMSG(_hdlg, CDM_GETFOLDERPATH, (WPARAM)_cbmax, (LPARAM)(LPSTR)_psz)
491 (int)SNDMSG(_hdl
[all...]
H A Dwindowsx.h39 #ifndef SNDMSG
41 #define SNDMSG ::SendMessage macro
43 #define SNDMSG SendMessage macro
45 #endif /* SNDMSG */
H A Dcommctrl.h212 #ifndef SNDMSG
214 #define SNDMSG ::SendMessage macro
216 #define SNDMSG SendMessage macro
218 #endif /* SNDMSG */
1004 (INT)SNDMSG((hwndHD),HDM_GETITEMCOUNT,0,0L)
1011 (BOOL)SNDMSG((hwndHD),HDM_DELETEITEM,(WPARAM)(INT)(i),0L)
1023 (BOOL)SNDMSG((hwndHD),HDM_LAYOUT,0,(LPARAM)(LPHDLAYOUT)(playout))
1025 (BOOL)SNDMSG((hwnd),HDM_GETITEMRECT,(WPARAM)iItem,(LPARAM)lprc)
1027 (HIMAGELIST)SNDMSG((hwnd),HDM_SETIMAGELIST,0,(LPARAM)himl)
1029 (HIMAGELIST)SNDMSG((hwn
[all...]

Completed in 433 milliseconds