Changeset 680 for trunk/ab5.0
- Timestamp:
- Jan 26, 2009, 2:23:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/api_mmsys.sbp
r595 r680 1309 1309 Declare Function timeSetEvent Lib "winmm" (uDelay As DWord, uResolution As DWord, fptc As LPTIMECALLBACK, dwUser As DWord, fuEvent As DWord) As MMRESULT 1310 1310 Declare Function timeKillEvent Lib "winmm" (uTimerID As DWord) As MMRESULT 1311 Declare Function timeGetDevCaps Lib "winmm" ( ptc As *TIMECAPS, cbtc As DWord) As MMRESULT1311 Declare Function timeGetDevCaps Lib "winmm" (ByRef tc As TIMECAPS, cbtc As DWord) As MMRESULT 1312 1312 Declare Function timeBeginPeriod Lib "winmm" (uPeriod As DWord) As MMRESULT 1313 1313 Declare Function timeEndPeriod Lib "winmm" (uPeriod As DWord) As MMRESULT
Note:
See TracChangeset
for help on using the changeset viewer.