📄 intercode.cpp
字号:
/********************************************************************
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -