?? xp_base64encode.cpp
字號:
// xp_base64encode.cpp
// xp_base64encode extended stored procedure entry point of DLL
//
// Michael Coles, MCDBA
// 7/2005
//
#include "../common/stdafx/stdafx.h"
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
return TRUE;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -