CmdLine.h
上传用户:dreamzjm
上传日期:2014-06-08
资源大小:388k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. // CmdLine.h: interface for the CCmdLine class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_CMDLINE_H__B2383231_2A2B_4EC9_AB10_B08E55B32C0E__INCLUDED_)
  5. #define AFX_CMDLINE_H__B2383231_2A2B_4EC9_AB10_B08E55B32C0E__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CCmdLine : public CCommandLineInfo  
  10. {
  11. public:
  12. CString theCmdLine;
  13. void ParseParam(LPCTSTR lpszParam,BOOL bFlag,BOOL bLast);
  14. CCmdLine();
  15. virtual ~CCmdLine();
  16. };
  17. #endif // !defined(AFX_CMDLINE_H__B2383231_2A2B_4EC9_AB10_B08E55B32C0E__INCLUDED_)