导航:  Windows Controls Wrapper Functions > List View Control > Wrappers >

ListView_GetGroupCount

上一页返回章节概述下一页

描述

 

获取组数。

 

PB语法

 

FUNCTION ListView_GetGroupCount( _

BYVAL hwndLV AS DWORD _

) AS LONG

 

参数

 

hwndLV

[in]处理ListView控件。

 

返回值

 

返回成功的组数,否则返回-1。

 

备注

 

要使用ListView_GetGroupCount,请在清单中指定Comctl32.dll版本6。

 

最低操作系统

 

Windows Vista。

 

引用文件 #INCLUDE Once

 

ListViewCtrl.inc