home *** CD-ROM | disk | FTP | other *** search
- #ifndef __LEADISIS_H__
- #define __LEADISIS_H__
-
- // 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
- = { 0x100050, 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:
- // method 'QueryInterface' not emitted because of invalid return type or parameter type
- unsigned long AddRef();
- unsigned long Release();
- // method 'GetTypeInfoCount' not emitted because of invalid return type or parameter type
- // method 'GetTypeInfo' not emitted because of invalid return type or parameter type
- // method 'GetIDsOfNames' not emitted because of invalid return type or parameter type
- // method 'Invoke' not emitted because of invalid return type or parameter type
- 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);
- };
-
- #endif // __LEADISIS_H__
-