Skip to content

Latest commit

 

History

History
93 lines (75 loc) · 2.58 KB

nf-wmcodecdsp-itocentry-setsubentries.md

File metadata and controls

93 lines (75 loc) · 2.58 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wmcodecdsp.ITocEntry.SetSubEntries
ITocEntry::SetSubEntries (wmcodecdsp.h)
The SetSubEntries identifies a set of entries as being subentries of this entry.
ITocEntry interface [Media Foundation]
SetSubEntries method
ITocEntry.SetSubEntries
ITocEntry::SetSubEntries
SetSubEntries
SetSubEntries method [Media Foundation]
SetSubEntries method [Media Foundation]
ITocEntry interface
codecapi.itocentry_setsubentries
mf.itocentry_setsubentries
wmcodecdsp/ITocEntry::SetSubEntries
mf\itocentry_setsubentries.htm
mf
4b3f4038-483c-4f00-a819-ace83d99da58
12/05/2018
ITocEntry interface [Media Foundation],SetSubEntries method, ITocEntry.SetSubEntries, ITocEntry::SetSubEntries, SetSubEntries, SetSubEntries method [Media Foundation], SetSubEntries method [Media Foundation],ITocEntry interface, codecapi.itocentry_setsubentries, mf.itocentry_setsubentries, wmcodecdsp/ITocEntry::SetSubEntries
wmcodecdsp.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Wmvdspa.dll
Windows
19H1
ITocEntry::SetSubEntries
wmcodecdsp/ITocEntry::SetSubEntries
c++
APIRef
kbSyntax
COM
wmvdspa.dll
ITocEntry.SetSubEntries

ITocEntry::SetSubEntries

-description

The SetSubEntries identifies a set of entries as being subentries of this entry.

-parameters

-param dwNumSubEntries [in]

The number of indices in the array pointed to by pwSubEntryIndices.

-param pwSubEntryIndices [in]

Pointer to an array of WORDs. Each WORD in the array specifies the index of an entry that is to be considered a subentry of this entry.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

-see-also

GetSubEntries

ITocEntry