2.2.3.28 RESOURCE_ENUM_LIST
The RESOURCE_ENUM_LIST structure is a container for a list of RESOURCE_ENUM_ENTRY (section 2.2.3.27) structures. This structure encapsulates the results of a call to ApiCreateResourceEnum (section 3.1.4.2.140), which clients use to enumerate resources.
-
typedef struct _RESOURCE_ENUM_LIST { DWORD EntryCount; [size_is(EntryCount)] RESOURCE_ENUM_ENTRY Entry[*]; } RESOURCE_ENUM_LIST, *PRESOURCE_ENUM_LIST;
EntryCount: The number of RESOURCE_ENUM_ENTRY in the Entry field.
Entry: An array of RESOURCE_ENUM_ENTRY that contain information for each enumerated resource.