L_ISISGetTagShort

#include "l_bitmap.h"
#include "ltisi.h"

L_INT EXT_FUNCTION L_ISISGetTagShort(uTag, pnValue)

L_UINT uTag;

/* short tag */

L_INT L_FAR*pnValue;

/* pointer to an integer */

Gets the current value for an ISIS Scanner Driver Short Tag. This function is available in the Document/Medical Toolkits.

Parameter

Description

uTag

Value indicating the tag whose value you want to retrieve. For a list of possible tags, refer to ISIS short tags

pnValue

Pointer to an L_INT that receives the current value of the tag.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

Set the value pointed to by pnValue to ISIS_DEFAULT to query the driver for its default value. Set it to any other value to get the driver's current setting.

Required DLLs and Libraries

LTISI

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Platforms

Windows 95 / 98 / Me, Windows 2000 / XP.

See Also

Functions:

L_ISISSetTagShort, L_ISISGetTagLong, L_ISISGetTagShortChoice, L_ISISGetTagLongChoice, L_ISISSetTagLong

Topics:

Raster Image Functions: Scanning Images using ISIS

 

Using ISIS to Scan Images

Example

For complete sample code, refer to the DEMO example.

For an example, refer to L_ISISAcquireMulti.