Searched defs:MCIWndSeek (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dvfw.h1409 #define MCIWndSeek(hWnd,lPos) (LONG)MCIWndSM(hWnd,MCI_SEEK,0,(LPARAM)(LONG)(lPos)) macro
1412 #define MCIWndHome(hWnd) MCIWndSeek(hWnd,MCIWND_START)
1413 #define MCIWndEnd(hWnd) MCIWndSeek(hWnd,MCIWND_END)
1424 #define MCIWndPlayFromTo(hWnd,lStart,lEnd) (MCIWndSeek(hWnd,lStart),MCIWndPlayTo(hWnd,lEnd))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dvfw.h1409 #define MCIWndSeek(hWnd,lPos) (LONG)MCIWndSM(hWnd,MCI_SEEK,0,(LPARAM)(LONG)(lPos)) macro
1412 #define MCIWndHome(hWnd) MCIWndSeek(hWnd,MCIWND_START)
1413 #define MCIWndEnd(hWnd) MCIWndSeek(hWnd,MCIWND_END)
1424 #define MCIWndPlayFromTo(hWnd,lStart,lEnd) (MCIWndSeek(hWnd,lStart),MCIWndPlayTo(hWnd,lEnd))

Completed in 50 milliseconds