DTWAIN_IsMsgNotifyEnabled

Top  Previous  Next

The DTWAIN_IsMsgNotifyEnabled function checks if DTWAIN notification has been enabled or disabled.

 

DTWAIN_BOOL DTWAIN_IsMsgNotifyEnabled( );

 

Return Values

If DTWAIN notification is enabled, TRUE is returned.  Otherwise FALSE is returned.

 

Comments

The DTWAIN_IsMsgNotifyEnabled function returns TRUE if DTWAIN notification has been enabled.  FALSE is returned if DTWAIN notification has been disabled.

 

To enable or disable DTWAIN notification, DTWAIN_EnableMsgNotify is called.

 

Prerequisite Function Call(s)

DTWAIN_SysInitialize