getsernum_name.cpp

来自「某CA中心电子签章插件(.dll)」· C++ 代码 · 共 21 行

CPP
21
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?