IResourceList::UntranslatedList method (portcls.h)

The UntranslatedList method returns the list of untranslated resources.

Syntax

PCM_RESOURCE_LIST UntranslatedList();

Return value

UntranslatedList returns a pointer to a CM_RESOURCE_LIST structure that specifies all of the system hardware resources that are assigned to the device. The resources in the list are in untranslated form. 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