home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / COMPOUND.ZIP / Stg.h < prev   
Encoding:
C/C++ Source or Header  |  1998-11-02  |  1.5 KB  |  62 lines

  1. #if !defined(AFX_STG_H__05641F43_7255_11D2_9F15_00A0246D0F63__INCLUDED_)
  2. #define AFX_STG_H__05641F43_7255_11D2_9F15_00A0246D0F63__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // Stg.h : header file
  8. //
  9.  
  10.  
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CStg command target
  14.  
  15. class CStg : public CCmdTarget
  16. {
  17.     DECLARE_DYNCREATE(CStg)
  18.  
  19.     CStg();           // protected constructor used by dynamic creation
  20.  
  21. // Attributes
  22. public:
  23.  
  24. // Operations
  25. public:
  26.  
  27. // Overrides
  28.     // ClassWizard generated virtual function overrides
  29.     //{{AFX_VIRTUAL(CStg)
  30.     public:
  31.     virtual void OnFinalRelease();
  32.     //}}AFX_VIRTUAL
  33.  
  34. // Implementation
  35. protected:
  36.     virtual ~CStg();
  37.  
  38.     // Generated message map functions
  39.     //{{AFX_MSG(CStg)
  40.         // NOTE - the ClassWizard will add and remove member functions here.
  41.     //}}AFX_MSG
  42.  
  43.     DECLARE_MESSAGE_MAP()
  44.     DECLARE_OLECREATE(CStg)
  45.  
  46.     // Generated OLE dispatch map functions
  47.     //{{AFX_DISPATCH(CStg)
  48.     afx_msg long getStgCount();
  49.     afx_msg BSTR getStg(long iStg);
  50.     afx_msg long Scan(LPCTSTR pszFileStg, LPCTSTR pszStgSpec);
  51.     //}}AFX_DISPATCH
  52.     DECLARE_DISPATCH_MAP()
  53.     DECLARE_INTERFACE_MAP()
  54. };
  55.  
  56. /////////////////////////////////////////////////////////////////////////////
  57.  
  58. //{{AFX_INSERT_LOCATION}}
  59. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  60.  
  61. #endif // !defined(AFX_STG_H__05641F43_7255_11D2_9F15_00A0246D0F63__INCLUDED_)
  62.