Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 2.33 KB

nf-shobjidl_core-ifolderview-itemcount.md

File metadata and controls

74 lines (59 loc) · 2.33 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shobjidl_core.IFolderView.ItemCount
IFolderView::ItemCount (shobjidl_core.h)
Gets the number of items in the folder. This can be the number of all items, or a subset such as the number of selected items.
IFolderView interface [Windows Shell]
ItemCount method
IFolderView.ItemCount
IFolderView::ItemCount
ItemCount
ItemCount method [Windows Shell]
ItemCount method [Windows Shell]
IFolderView interface
_shell_IFolderView_ItemCount
shell.IFolderView_ItemCount
shobjidl_core/IFolderView::ItemCount
shell\IFolderView_ItemCount.htm
shell
dadf91c5-7d27-4b1b-875b-6f0615440f47
12/05/2018
IFolderView interface [Windows Shell],ItemCount method, IFolderView.ItemCount, IFolderView::ItemCount, ItemCount, ItemCount method [Windows Shell], ItemCount method [Windows Shell],IFolderView interface, _shell_IFolderView_ItemCount, shell.IFolderView_ItemCount, shobjidl_core/IFolderView::ItemCount
shobjidl_core.h
Shobjidl.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Shobjidl.idl
Shell32.dll
Windows
19H1
IFolderView::ItemCount
shobjidl_core/IFolderView::ItemCount
c++
APIRef
kbSyntax
COM
Shell32.dll
IFolderView.ItemCount

IFolderView::ItemCount

-description

Gets the number of items in the folder. This can be the number of all items, or a subset such as the number of selected items.

-parameters

-param uFlags [in]

Type: UINT

Flags from the _SVGIO enumeration that limit the count to certain types of items.

-param pcItems [out]

Type: int*

Pointer to an integer that receives the number of items (files and folders) displayed in the folder view.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.