⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 whoslockingcommandlineinfo.cpp

📁 用于查看文件被谁加锁了
💻 CPP
字号:
// WhoSLockingCommandLineInfo.cpp: implementation of the CWhoSLockingCommandLineInfo class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "WhoSLocking.h"
#include "WhoSLockingCommandLineInfo.h"

#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

CWhoSLockingCommandLineInfo::CWhoSLockingCommandLineInfo()
{

}

CWhoSLockingCommandLineInfo::~CWhoSLockingCommandLineInfo()
{

}

void CWhoSLockingCommandLineInfo::ParseParam(LPCTSTR lpszParam, BOOL bFlag, BOOL bLast)
{
    if (!bFlag && lpszParam && *lpszParam!='\0') {
        // A file name has been passed as a parameter: store it
        m_szDefaultFilePath = lpszParam;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -