CloseDataAcq

Cancels an acquisition thread.

Synopsis

int32 CloseDataAcq (void)

Description

Sends an exit message to an acquisition thread. DisposeDataAcq() also releases the memory allocated to the acquisition thread.

Arguments

ctx
Pointer to the context of the acquisition thread.

Return Value

None

Associated Files

DataAcq.h

See Also

NewDataAcq