⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bmpico.h

📁 Displays CPU time usage, the list of processes (can be terminated) and the task which are running (c
💻 H
字号:
//+NM Copyright (c) 2003 Qta

#define WIDTHBYTES(bits) ((((bits) + 31) / 32) * 4)

class CBits {

public :
	HDC      m_hVDC;
	BITMAP   m_bm;
	BYTE*    m_pBits;
	int      m_nWidthBytes;
	int 	 m_biBitCount;

	CBits ();
	~CBits ();

	int  Create (HWND hWnd, HDC  hDC , int sx, int sy);
	void Close ();

	HBITMAP  m_hBmpNow;	// 僀儊乕僕偺僴儞僪儖
	HBITMAP  m_hBmpOld;	// 尦偺僴儞僪儖
protected :
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -