📄 clipbord.h
字号:
/*
*******************************************************************************
* The real-time kernel "rtCell" *
* Copyright 2005 taowentao, allrights reserved. *
* File : Clipboard.h *
* By : taowentao 2006-09-02, 2007-05-12 *
*******************************************************************************
*/
#if !defined(CLIPBOARD_H)
#define CLIPBOARD_H
#if !defined(ENGINE_H)
#include "giCell\Engine\Engine.h"
#endif
/*
*******************************************************************************
* *
*******************************************************************************
*/
void InitClipBoard(const CWORD size);
void AddToClipBoard(const BYTE *pBuf, const CWORD size);
CWORD GetClipBoardContentSize(void);
const BYTE * GetClipBoardBuf(void);
/*
*******************************************************************************
* *
*******************************************************************************
*/
#endif /* end of Clipboard.h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -