Al_stopdevice – Measurement Computing ADLIB WIN User Manual

Page 55

Advertising
background image

Chapter 14 Logical Device Start / Stop Operations

13-3

13.2 AL_StopDevice

Prototype

C\C++

ERRNUM

AL_StopDevice(LHLD

lhld);


Visual Basic for Windows

Function

AL_StopDevice(ByVal

lhld As Long) As Long

LHLD lhld

handle of the LDSD to be stopped


The AL_StopDevice function disables the current acquisition and all logical device operations are stopped.

Parameter Description

lhld

Identifies the instance of the logical device subsystem to be stopped.


Returns:
On success ERRNUM is set to 1, otherwise ERRNUM contains the last error code that occurred during the
call.

Related Functions:
AL_StartDevice

Program References:
Adlai01, Adlai02, Adlai04, Adlai05, Adlai07, Adlai08
Adlda02, Adlda03

Supported Logical Device Subsystems:
Pci55xx Series: ADC0, DAC0, DAC1

Advertising