#include "BiTwain.h"
int CALLBACK GetScanProgressBarEnbl(LPINT pEnable)
Description
This function retrieves whether the scanning progressbar is enabled or not. If the pEnable is 1, the progressbar will be displayed during the scanning and transferring of data. If 0, the progress indicator will be suppressed if the Source’s user interface is inactive.
Parameters
|
LPINT |
pEnable |
1: enabled, 0: disabled |
Return values
Return TW_OK on success or an error code on failure.
Requirements
Header : Declared in BiTwain.h; include BiTwain.h.
Library : Use BiTwain.lib.
DLLs : BiTwain.dll.