📄 preclien.h
字号:
/*+==========================================================================
File: PRECLIEN.H
Summary: Precompiled header include file of controller for the
aggregatable COBall COM server preserver.dll.
Origin: 10-1-96: paulring -- port to VC5 native COM support.
----------------------------------------------------------------------------
This file is part of the Microsoft OLE Tutorial Code Samples.
Copyright (C) Microsoft Corporation, 1996. All rights reserved.
This source code is intended only as a supplement to Microsoft
Development Tools and/or on-line documentation. See these other
materials for detailed information regarding Microsoft code samples.
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.
==========================================================================+*/
#ifndef _PRECLIEN_H_
#define _PRECLIEN_H_
#include <windows.h>
#include <tchar.h>
#include "..\server\apputil.h"
#import "..\server\iball.tlb" exclude("tagRECT") exclude("tagPOINT")
using namespace BallLib;
#include "guiball.h"
#include "freclien.h"
// NOTE: There are problems with iball.tlb containing definitions for
// tagRECT and tagPOINT and thus in iball.tlh. The "exclude" import
// attribute solves this problem.
//
#endif // _PRECLIEN_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -