Changeset 681
- Timestamp:
- Jan 26, 2009, 11:59:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/api_mmsys.sbp
r680 r681 1286 1286 Const TIMERR_STRUCT = (TIMERR_BASE+33) 1287 1287 1288 TypeDef LPTIMECALLBACK = *Sub(uTimerID As DWord, uMsg As DWord, dwUser As DW ord, dw1 As DWord, dw2 As DWord)1288 TypeDef LPTIMECALLBACK = *Sub(uTimerID As DWord, uMsg As DWord, dwUser As DWORD_PTR, dw1 As DWORD_PTR, dw2 As DWORD_PTR) 1289 1289 1290 1290 Const TIME_ONESHOT = &H0000 … … 1307 1307 Declare Function timeGetSystemTime Lib "winmm" (pmmt As *MMTIME, cbmmt As DWord) As MMRESULT 1308 1308 Declare Function timeGetTime Lib "winmm" () As DWord 1309 Declare Function timeSetEvent Lib "winmm" (uDelay As DWord, uResolution As DWord, fptc As LPTIMECALLBACK, dwUser As DW ord, fuEvent As DWord) As MMRESULT1309 Declare Function timeSetEvent Lib "winmm" (uDelay As DWord, uResolution As DWord, fptc As LPTIMECALLBACK, dwUser As DWORD_PTR, fuEvent As DWord) As MMRESULT 1310 1310 Declare Function timeKillEvent Lib "winmm" (uTimerID As DWord) As MMRESULT 1311 1311 Declare Function timeGetDevCaps Lib "winmm" (ByRef tc As TIMECAPS, cbtc As DWord) As MMRESULT
Note:
See TracChangeset
for help on using the changeset viewer.