?? stdafx.cpp
字號:
// stdafx.cpp : source file that includes just the standard includes
// PCDM.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// <BOOK_ADDON Step6 Chapter 8.3.5> **********************************************
void __stdcall _com_issue_error(HRESULT hr)
{
// Error handling goes here!
}
// </BOOK_ADDON Step6 Chapter 8.3.5> **********************************************
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -