home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_STG_H__05641F43_7255_11D2_9F15_00A0246D0F63__INCLUDED_)
- #define AFX_STG_H__05641F43_7255_11D2_9F15_00A0246D0F63__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // Stg.h : header file
- //
-
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CStg command target
-
- class CStg : public CCmdTarget
- {
- DECLARE_DYNCREATE(CStg)
-
- CStg(); // protected constructor used by dynamic creation
-
- // Attributes
- public:
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CStg)
- public:
- virtual void OnFinalRelease();
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- virtual ~CStg();
-
- // Generated message map functions
- //{{AFX_MSG(CStg)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
-
- DECLARE_MESSAGE_MAP()
- DECLARE_OLECREATE(CStg)
-
- // Generated OLE dispatch map functions
- //{{AFX_DISPATCH(CStg)
- afx_msg long getStgCount();
- afx_msg BSTR getStg(long iStg);
- afx_msg long Scan(LPCTSTR pszFileStg, LPCTSTR pszStgSpec);
- //}}AFX_DISPATCH
- DECLARE_DISPATCH_MAP()
- DECLARE_INTERFACE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_STG_H__05641F43_7255_11D2_9F15_00A0246D0F63__INCLUDED_)
-