Annotation of mstools/samples/sdktools/capview/capview.h, revision 1.1.1.1

1.1       root        1: /********************** CTheApp *****************************/
                      2: 
                      3: class CTheApp : public CWinApp
                      4: {
                      5: public:
                      6:     virtual BOOL InitInstance();
                      7: };
                      8: 
                      9: 
                     10: /********************** CMainWindow *************************/
                     11: 
                     12: class CMainWindow : public CMDIFrameWnd
                     13: {
                     14: private:
                     15:     CMenu *    m_pMenuInit;
                     16: 
                     17:     BOOL CMainWindow::FileDlg( BOOL bOpen, int nMaxFile, LPSTR szFile,
                     18:                int nMaxFileTitle, LPSTR szFileTitle );
                     19:     CMapStringToPtr     mapCInstance;
                     20: 
                     21: public:
                     22:     CMainWindow();
                     23:     ~CMainWindow();
                     24: 
                     25:     void LoadFile(CString);
                     26:     void GetWindows(char * pchProgram, int iThread, CListWnd ** ppListWnd,
                     27:                     CTREEWND ** pTreeWnd);
                     28:     afx_msg int OnCreate(LPCREATESTRUCT);
                     29:     afx_msg void OnAbout();
                     30:     afx_msg void OnExit();
                     31:     afx_msg void OnOpen();
                     32:     afx_msg void OnHelp();
                     33: 
                     34:     DECLARE_MESSAGE_MAP()
                     35: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.