uArgument : card_number : counter_value :
the card number of
@ Return Code :
ERR_NoError,ERR_BoardNoInit
5.28 _9112_TIMER_Stop
uDescription
This function is used to stop the timer operation. The timer is set to the
uSyntax
Visual
int W_9112_TIMER_Stop (int card_number, unsigned int * counter_value)
Visual Basic
W_9112_TIMER_Stop (ByVal card_number As Long, counter_value As Long) As Long
C/C++ (DOS)
int _9112_TIMER_Stop (int card_number, unsigned int *counter_value )
uArgument :
card_number : the card number of
counter_value : the current counter value of the Timer #0
uReturn Code :
ERR_NoError
ERR_BoardNoInit
5.29 _9112_Alloc_DMA_Mem
uDescription
Contact Windows 95 system to allocate a block of contiguous memory for DMA transfer. This function is only available in Windows 95 version.
uSyntax
Visual
int W_9112_Alloc_DMA_Mem (unsigned long buf_size, HANDLE *memID, unsigned long *linearAddr)
Visual Basic
W_9112_Alloc_DMA_Mem (ByVal buf_size As Long, memID As Long, linearAddr As Long) As Long