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

📄 rdlstmng.h

📁 pgp soucecode pgp soucecode
💻 H
字号:
/*____________________________________________________________________________
	Copyright (C) 1997 Network Associates Inc. and affiliated companies.
	All rights reserved.

	$Id: RDlstmng.h,v 1.2 1999/03/10 03:01:00 heller Exp $
____________________________________________________________________________*/
#ifndef Included_RDLSTMNG_h	/* [ */
#define Included_RDLSTMNG_h


#include "RDdraw.h"

#define LISTBOX 0

BOOL InitList(HWND hwnd,
			  DWORD idc,
			  LISTSTRUCT *ls,
			  char **ColText,
			  float *ColRatio);
int SetListCursor(HWND hwndList,int index);
int AddAnItem(HWND hwndList,PUSERKEYINFO pui);
void MoveList(LISTSTRUCT *ls,RECT *rc);

BOOL ListBx_GetItem(HWND hwnd,LV_ITEM *pitem);
UINT ListBx_GetSelectedCount(HWND hwnd);
UINT ListBx_GetItemCount(HWND hwnd);
UINT ListBx_GetItemState(HWND hwnd,int i,UINT mask);
int ListBx_InsertItem(HWND hwnd,LV_ITEM *pitem);
BOOL ListBx_DeleteItem(HWND hwnd,int iItem);
BOOL ListBx_DeleteAllItems(HWND hwnd);


#endif /* ] Included_RDLSTMNG_h */


/*__Editor_settings____

	Local Variables:
	tab-width: 4
	End:
	vi: ts=4 sw=4
	vim: si
_____________________*/

⌨️ 快捷键说明

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