?? init.h
字號:
/*****************************************************************************
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
This is "Sample Code" and is distributable subject to the terms of the end user license agreement.
****************************************************************************/
//
// functions in init.cpp
//
BOOL CALLBACK MainWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
HWND AreWeRunning(PCTSTR szClassName);
BOOL InitInstance (int CmdShow, LPTSTR szWindowName, LPTSTR szClassName);
ATOM MyRegisterClass(LPTSTR szClassName);
//
// globals in init.cpp
//
extern HINSTANCE g_hinst;
extern HWND g_hwnd;
extern HWND g_hwndCB;
extern BOOL g_bHibernated;
//
// definitions
//
#define ID_APPBUTTON 0x1234
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -