Skip to content

Latest commit

 

History

History
91 lines (61 loc) · 3.9 KB

nf-portcls-iresourcelist-finduntranslatedentry.md

File metadata and controls

91 lines (61 loc) · 3.9 KB
UID title description old-location tech.root ms.date keywords 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 f1_keywords topic_type api_type api_location api_name
NF:portcls.IResourceList.FindUntranslatedEntry
IResourceList::FindUntranslatedEntry (portcls.h)
The FindUntranslatedEntry method returns a pointer to an untranslated entry of the specified type, or NULL if no such pointer is found.
audio\iresourcelist_finduntranslatedentry.htm
audio
05/08/2018
IResourceList::FindUntranslatedEntry
FindUntranslatedEntry, FindUntranslatedEntry method [Audio Devices], FindUntranslatedEntry method [Audio Devices],IResourceList interface, IResourceList interface [Audio Devices],FindUntranslatedEntry method, IResourceList.FindUntranslatedEntry, IResourceList::FindUntranslatedEntry, audio.iresourcelist_finduntranslatedentry, audmp-routines_d9b98845-63dd-454d-b1de-dd7db8825e27.xml, portcls/IResourceList::FindUntranslatedEntry
portcls.h
Portcls.h
Universal
PASSIVE_LEVEL
Windows
IResourceList::FindUntranslatedEntry
portcls/IResourceList::FindUntranslatedEntry
APIRef
kbSyntax
COM
portcls.h
IResourceList::FindUntranslatedEntry

IResourceList::FindUntranslatedEntry

-description

The FindUntranslatedEntry method returns a pointer to an untranslated entry of the specified type, or NULL if no such pointer is found.

-parameters

-param Type [in]

Identifies the resource type of the entries that are to be counted. For a list of valid values, see the Type member of the CM_PARTIAL_RESOURCE_DESCRIPTOR structure.

-param Index [in]

Specifies the index of the entry to find. If the IResourceList::NumberOfEntriesOfType method returns a value n for the number of entries of type Type, valid indices range from 0 to n-1. If Index is zero, for example, the method returns a pointer to the untranslated version of the first occurrence of an entry of the specified type from the resource list.

-returns

FindUntranslatedEntry returns a pointer to the specified entry or is NULL if the entry does not exist. This pointer remains valid until the resource object is deleted.

-remarks

For each resource type, a macro is defined to call this method. See IResourceList.

The Index parameter indicates which occurrence of an entry of the specified type to find in the list of translated resource entries. The first occurrence in the list has an index of zero.

For each resource type, a macro is defined to call this method. See IResourceList.

For more information about translated and untranslated (or "raw") resources, see CM_PARTIAL_RESOURCE_DESCRIPTOR.

-see-also

CM_PARTIAL_RESOURCE_DESCRIPTOR

IResourceList

IResourceList::FindTranslatedEntry

IResourceList::NumberOfEntriesOfType