stdafx.h
来自「《Windows CE 权威指南》(作者:(美)CHRIS MUENCH」· C头文件 代码 · 共 58 行
H
58 行
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__F52B04F6_A043_42DE_A628_F0B46ED2C570__INCLUDED_)
#define AFX_STDAFX_H__F52B04F6_A043_42DE_A628_F0B46ED2C570__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#if (_WIN32_WCE <= 200)
#error : This project does not support MFCCE 2.00 or earlier, because it requires CControlBar, available only in MFCCE 2.01 or later
#endif
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC OLE automation classes
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT
#include <afxsock.h> // MFC socket extensions
// <BOOK_ADDON Step2 Chapter 7.1.4> **********************************************
#include <aygshell.h>
#include "..\..\..\helpers\cehelpers.h"
// </BOOK_ADDON Step2 Chapter 7.1.4> **********************************************
// <BOOK_ADDON Step6 Chapter 8.3.5> **********************************************
#import "D:\projects\Hamlet\Final\Sources\ThreadSample\PCDMDLL\Step7\DebugU\pcdmdll.dll" rename_namespace("PCDMdll_space") raw_interfaces_only
#define PCDM_PID_ID 0
#define PCDM_PID_AUTHOR 1
#define PCDM_PID_TITLE 2
#define PCDM_PID_LABEL 3
#define PCDM_PID_RELEASE 4
#define PCDM_PID_COPYRIGHT 5
#define PCDM_PID_CRC 6
#define PCDM_PID_TRACKS_ID 0
#define PCDM_PID_TRACKS_TITLE 1
#define PCDM_PID_TRACKS_TRACKNO 2
// </BOOK_ADDON Step6 Chapter 8.3.5> **********************************************
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STDAFX_H__F52B04F6_A043_42DE_A628_F0B46ED2C570__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?