decode.cpp

来自「用vc6.0编写的SQL Server扩展存储过程」· C++ 代码 · 共 14 行

CPP
14
字号
// DECODE.cpp : Defines the entry point for the dll application.
//

#include "stdafx.h"

BOOL APIENTRY DllMain( HANDLE hModule, 
                       DWORD  ul_reason_for_call, 
                       LPVOID lpReserved
					 )
{
    return TRUE;
}

⌨️ 快捷键说明

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