#if !defined(AFX_LEADISIS_H__6A0DB65C_0037_4729_90F4_D4AFCEA9364C__INCLUDED_) #define AFX_LEADISIS_H__6A0DB65C_0037_4729_90F4_D4AFCEA9364C__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. ///////////////////////////////////////////////////////////////////////////// // CLeadIsis wrapper class class CLeadIsis : public CWnd { protected: DECLARE_DYNCREATE(CLeadIsis) public: CLSID const& GetClsid() { static CLSID const clsid = { 0x140050, 0xb1ba, 0x11ce, { 0xab, 0xc6, 0xf5, 0xb2, 0xe7, 0x9d, 0x9e, 0x3f } }; return clsid; } virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL) { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); } BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CFile* pPersist = NULL, BOOL bStorage = FALSE, BSTR bstrLicKey = NULL) { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID, pPersist, bStorage, bstrLicKey); } // Attributes public: // Operations public: long GetBitmap(); void SetBitmap(long nNewValue); BOOL GetEnableISISEvent(); void SetEnableISISEvent(BOOL bNewValue); CString GetDriverName(); void SetDriverName(LPCTSTR lpszNewValue); short ISISSelect(long hWnd); short ISISAcquire(long hWnd, long uFlags); short ISISSetTag(long uTag, long lValue); short ISISGetTag(long uTag, long* plValue); short ISISAcquireMulti(long hWnd, LPCTSTR pszBaseFileName, long uFlags, short nFormat, short bMultiPageFile); BOOL GetIsISISAvailable(); void SetIsISISAvailable(BOOL bNewValue); short GetPagesDiscarded(); void SetPagesDiscarded(short nNewValue); BOOL GetEnableMethodErrors(); void SetEnableMethodErrors(BOOL bNewValue); short ISISLoadDriver(); short ISISUnloadDriver(); short ISISSetScanOptions(long hWnd); void UnlockSupport(short iType, LPCTSTR pszKey); long IsSupportLocked(short iType); short ISISSetASCIITag(long uTag, LPCTSTR pszValue); short ISISGetASCIITag(long uTag, BSTR* pszValue, BOOL bDefault); short ISISGetASCIITagChoiceCount(long uTag, long* plCount); short ISISGetASCIITagChoice(long uTag, long nIndex, BSTR* pszValue); short ISISGetTagChoiceCount(long uTag, long* plCount); short ISISGetTagChoice(long uTag, long nIndex, long* plValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LEADISIS_H__6A0DB65C_0037_4729_90F4_D4AFCEA9364C__INCLUDED_)