GxAoArbDisableStreamingInterrupt

Purpose

Disables ARB streaming interrupt.

Applies

GX1649-1

Syntax

GxAoArbDisableStreamingInterrupt (nHandle, pnStatus)

Parameters

Name
Type
Description
nHandle
SHORT
Handle to a streaming board.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

This function disables the ARB streaming interrupt. The interrupt is unregistered by the operating system when this function is called.

Example

The following example disables the ARB streaming interrupt:

 

SHORT nStatus;

 

GxAoArbDisableStreamingInterrupt (nHandle, nStatus);

 

See Also

GxAoArbEnableGroupStreaming, GxAoArbSetupStreamingInterrupt, GxAoArbResumeStreamingInterrupt, GxAoGetErrorString