home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / leadtools / ocx32.lt / leadisis.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-30  |  2.6 KB  |  74 lines

  1. #ifndef __LEADISIS_H__
  2. #define __LEADISIS_H__
  3.  
  4. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  5.  
  6. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  7. //  Microsoft Visual C++, your modifications will be overwritten.
  8.  
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CLeadIsis wrapper class
  11.  
  12. class CLeadIsis : public CWnd
  13. {
  14. protected:
  15.     DECLARE_DYNCREATE(CLeadIsis)
  16. public:
  17.     CLSID const& GetClsid()
  18.     {
  19.         static CLSID const clsid
  20.             = { 0x100050, 0xb1ba, 0x11ce, { 0xab, 0xc6, 0xf5, 0xb2, 0xe7, 0x9d, 0x9e, 0x3f } };
  21.         return clsid;
  22.     }
  23.     virtual BOOL Create(LPCTSTR lpszClassName,
  24.         LPCTSTR lpszWindowName, DWORD dwStyle,
  25.         const RECT& rect,
  26.         CWnd* pParentWnd, UINT nID,
  27.         CCreateContext* pContext = NULL)
  28.     { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
  29.  
  30.     BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
  31.         const RECT& rect, CWnd* pParentWnd, UINT nID,
  32.         CFile* pPersist = NULL, BOOL bStorage = FALSE,
  33.         BSTR bstrLicKey = NULL)
  34.     { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
  35.         pPersist, bStorage, bstrLicKey); }
  36.  
  37. // Attributes
  38. public:
  39.  
  40. // Operations
  41. public:
  42.     // method 'QueryInterface' not emitted because of invalid return type or parameter type
  43.     unsigned long AddRef();
  44.     unsigned long Release();
  45.     // method 'GetTypeInfoCount' not emitted because of invalid return type or parameter type
  46.     // method 'GetTypeInfo' not emitted because of invalid return type or parameter type
  47.     // method 'GetIDsOfNames' not emitted because of invalid return type or parameter type
  48.     // method 'Invoke' not emitted because of invalid return type or parameter type
  49.     long GetBitmap();
  50.     void SetBitmap(long nNewValue);
  51.     BOOL GetEnableISISEvent();
  52.     void SetEnableISISEvent(BOOL bNewValue);
  53.     CString GetDriverName();
  54.     void SetDriverName(LPCTSTR lpszNewValue);
  55.     short ISISSelect(long hWnd);
  56.     short ISISAcquire(long hWnd, long uFlags);
  57.     short ISISSetTag(long uTag, long lValue);
  58.     short ISISGetTag(long uTag, long* plValue);
  59.     short ISISAcquireMulti(long hWnd, LPCTSTR pszBaseFileName, long uFlags, short nFormat, short bMultiPageFile);
  60.     BOOL GetIsISISAvailable();
  61.     void SetIsISISAvailable(BOOL bNewValue);
  62.     short GetPagesDiscarded();
  63.     void SetPagesDiscarded(short nNewValue);
  64.     BOOL GetEnableMethodErrors();
  65.     void SetEnableMethodErrors(BOOL bNewValue);
  66.     short ISISLoadDriver();
  67.     short ISISUnloadDriver();
  68.     short ISISSetScanOptions(long hWnd);
  69.     void UnlockSupport(short iType, LPCTSTR pszKey);
  70.     long IsSupportLocked(short iType);
  71. };
  72.  
  73. #endif // __LEADISIS_H__
  74.