Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 2.34 KB

nf-shobjidl_core-ienumresources-next.md

File metadata and controls

79 lines (62 loc) · 2.34 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.IEnumResources.Next
IEnumResources::Next (shobjidl_core.h)
Gets the next SHELL_ITEM_RESOURCE structure.
IEnumResources interface [Windows Shell]
Next method
IEnumResources.Next
IEnumResources::Next
Next
Next method [Windows Shell]
Next method [Windows Shell]
IEnumResources interface
_shell_IEnumResources_Next
shell.IEnumResources_Next
shobjidl_core/IEnumResources::Next
shell\IEnumResources_Next.htm
shell
b5d0d754-4252-476a-b3af-0ba257eab339
12/05/2018
IEnumResources interface [Windows Shell],Next method, IEnumResources.Next, IEnumResources::Next, Next, Next method [Windows Shell], Next method [Windows Shell],IEnumResources interface, _shell_IEnumResources_Next, shell.IEnumResources_Next, shobjidl_core/IEnumResources::Next
shobjidl_core.h
Shobjidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Shobjidl.idl
Windows
19H1
IEnumResources::Next
shobjidl_core/IEnumResources::Next
c++
APIRef
kbSyntax
COM
shobjidl_core.h
IEnumResources.Next

IEnumResources::Next

-description

Gets the next SHELL_ITEM_RESOURCE structure.

-parameters

-param celt [in]

Type: ULONG

The number of resources requested. Currently, must be 1.

-param psir [out]

Type: SHELL_ITEM_RESOURCE*

Receives a pointer to a SHELL_ITEM_RESOURCE structure.

-param pceltFetched [out]

Type: ULONG*

A pointer to the number of resources retrieved. Currently, not used.

-returns

Type: HRESULT

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