imaqStopAcquisition

NI Vision for LabWindows/CVI Function

imaqStopAcquisition

Usage

int imaqStopAcquisition(SESSION_ID sessionID);

Purpose

Stops a session acquisition identified by sessionID. Use this function with grab, ring, and sequence functions.

Parameters

Name

Type

Description

sessionID SESSION_ID A valid session ID.

Return Value

Type

Description

int On success, this function returns a non-zero value. On failure, this function returns 0. To get extended error information, call imaqGetLastError().