CmdLine.h
资源名称:VGAPlayer.rar [点击查看]
上传用户:dreamzjm
上传日期:2014-06-08
资源大小:388k
文件大小:1k
源码类别:
多媒体编程
开发平台:
Visual C++
- // CmdLine.h: interface for the CCmdLine class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_CMDLINE_H__B2383231_2A2B_4EC9_AB10_B08E55B32C0E__INCLUDED_)
- #define AFX_CMDLINE_H__B2383231_2A2B_4EC9_AB10_B08E55B32C0E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CCmdLine : public CCommandLineInfo
- {
- public:
- CString theCmdLine;
- void ParseParam(LPCTSTR lpszParam,BOOL bFlag,BOOL bLast);
- CCmdLine();
- virtual ~CCmdLine();
- };
- #endif // !defined(AFX_CMDLINE_H__B2383231_2A2B_4EC9_AB10_B08E55B32C0E__INCLUDED_)