IEnumResources interface

Exposes resource enumeration methods.

Members

The IEnumResources interface inherits from the IUnknown interface. IEnumResources also has these types of members:

Methods

The IEnumResources interface has these methods.

MethodDescription
Clone

Clones a resource enumerator.

Next

Gets the next SHELL_ITEM_RESOURCE structure.

Reset

Resets the enumeration index to 0.

Skip

Skips a specified number of resources.

 

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

 

 

Show: