📄 getsernum_name.cpp
字号:
// GetSerNum_Name.cpp : Implementation of CGetSerNum_Name
#include "stdafx.h"
#include "GetSN.h"
#include "GetSerNum_Name.h"
/////////////////////////////////////////////////////////////////////////////
// CGetSerNum_Name
STDMETHODIMP CGetSerNum_Name::GetSNMethod(BSTR certctrl, BSTR *rev)
{
AFX_MANAGE_STATE(AfxGetStaticModuleState())
// TODO: Add your implementation code here
return S_OK;
}
// return S_OK;
//}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -