IResourceList::TranslatedList method (portcls.h)

The TranslatedList method returns the list of translated resources.

Syntax

PCM_RESOURCE_LIST TranslatedList();

Return value

TranslatedList returns a pointer to a CM_RESOURCE_LIST structure that specifies all of the system hardware resources that are assigned to the device. This pointer remains valid until the resource list object is deleted.

Requirements

Requirement Value
Target Platform Universal
Header portcls.h (include Portcls.h)
IRQL PASSIVE_LEVEL

See also

CM_RESOURCE_LIST

IResourceList