DTWAIN_SysInitializeNoBlocking

Top  Previous  Next

The DTWAIN_SysInitializeBlocking function initializes the DTWAIN DLL for use with the application.

 

LONG DTWAIN_SysInitializeNoBlocking( );

 

Parameters

None.

 

Return Values

If the function succeeds, a non-zero value is returned.  If the function fails, zero (0) is returned.

 

Comments

 

The DTWAIN_SysInitializeNoBolocking works exactly the same as DTWAIN_SysInitialize, with the one difference being that this function only sets an error code if the twain resource file twaininfo.txt is not found, instead of a modal dialog box indicating that twaininfo.txt is not found.  


 

TWAIN State Transitions

State 1

 

Prerequisite Calls

None.

 

Optional Prerequisite Calls

None.

 

See Also DTWAIN_SysInitialize, DTWAIN_SysDestroy, DTWAIN_IsTwainAvailable, DTWAIN_IsInitialized