CAtlExeModuleT::ParseCommandLine
分析命令行,并根据需要进行注册。
bool ParseCommandLine(
LPCTSTR lpCmdLine,
HRESULT* pnRetCode
) throw( );
参数
lpCmdLine
命令行传递给应用程序。pnRetCode
与注册对应的HRESULT (如果发生的)。
返回值
返回true,则应用程序应继续运行,否则为false。
备注
此方法从 CAtlExeModuleT::WinMain 调用,并且可以重写处理命令行开关。默认实现检查 /RegServer 和 /UnRegServer 命令行参数并执行注册或注销。
要求
Header: atlbase.h