intercode.cpp
来自「此为本书的配套光盘.本书不但由浅入深地讲解了软件保护技术」· C++ 代码 · 共 26 行
CPP
26 行
/********************************************************************
Copyright (c) Beijing Feitian Technologies
http://www.FTSafe.com
File : InterCode.cpp
Created: 2003/11/05
Author: yihai
Purpose: ?
Revision: ?
*********************************************************************/
#include <stdafx.h>
int WINAPI impl_CallShellProc(LPCTSTR lpStr,int x,int y)
{
MessageBox(0,"Internal Code call by WinMain",0,0);
MessageBox(0,lpStr,0,0);
return (x+y);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?