Skip to content

Latest commit

 

History

History
90 lines (75 loc) · 2.45 KB

nf-mfobjects-imfcollection-insertelementat.md

File metadata and controls

90 lines (75 loc) · 2.45 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:mfobjects.IMFCollection.InsertElementAt
IMFCollection::InsertElementAt (mfobjects.h)
Adds an object at the specified index in the collection.
IMFCollection interface [Media Foundation]
InsertElementAt method
IMFCollection.InsertElementAt
IMFCollection::InsertElementAt
InsertElementAt
InsertElementAt method [Media Foundation]
InsertElementAt method [Media Foundation]
IMFCollection interface
d8f64bf8-eb5b-4673-91be-796f4ea8dce0
mf.imfcollection_insertelementat
mfobjects/IMFCollection::InsertElementAt
mf\imfcollection_insertelementat.htm
mf
d8f64bf8-eb5b-4673-91be-796f4ea8dce0
12/05/2018
IMFCollection interface [Media Foundation],InsertElementAt method, IMFCollection.InsertElementAt, IMFCollection::InsertElementAt, InsertElementAt, InsertElementAt method [Media Foundation], InsertElementAt method [Media Foundation],IMFCollection interface, d8f64bf8-eb5b-4673-91be-796f4ea8dce0, mf.imfcollection_insertelementat, mfobjects/IMFCollection::InsertElementAt
mfobjects.h
Mfidl.h
Windows
Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Mfuuid.lib
Windows
19H1
IMFCollection::InsertElementAt
mfobjects/IMFCollection::InsertElementAt
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFCollection.InsertElementAt

IMFCollection::InsertElementAt

-description

Adds an object at the specified index in the collection.

-parameters

-param dwIndex [in]

The zero-based index where the object will be added to the collection.

-param pUnknown [in]

The object to insert.

-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

IMFCollection