#include "BiTwain.h"
int CALLBACK IsFeederLoaded(LPINT pLoaded)
Description
This function retrieves whether the feeder is loaded or not. Before using this function you have to set the feeder to enabled with the SetFeederEnable function.
Parameters
|
LPINT |
pLoaded |
1: loaded, 0: empty |
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.