File:  [WindowsNT SDKs] / mstools / samples / sdktools / capview / capview.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:24:28 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993

/********************** CTheApp *****************************/

class CTheApp : public CWinApp
{
public:
    virtual BOOL InitInstance();
};


/********************** CMainWindow *************************/

class CMainWindow : public CMDIFrameWnd
{
private:
    CMenu *	m_pMenuInit;

    BOOL CMainWindow::FileDlg( BOOL bOpen, int nMaxFile, LPSTR szFile,
		int nMaxFileTitle, LPSTR szFileTitle );
    CMapStringToPtr     mapCInstance;

public:
    CMainWindow();
    ~CMainWindow();

    void LoadFile(CString);
    void GetWindows(char * pchProgram, int iThread, CListWnd ** ppListWnd,
                    CTREEWND ** pTreeWnd);
    afx_msg int OnCreate(LPCREATESTRUCT);
    afx_msg void OnAbout();
    afx_msg void OnExit();
    afx_msg void OnOpen();
    afx_msg void OnHelp();

    DECLARE_MESSAGE_MAP()
};

unix.superglobalmegacorp.com

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