ITMediaCollection::Create

[This is preliminary documentation and subject to change.]

Creates a new media with default properties and returns it.

HRESULT Create(
  ULONG Index,
  ITMedia **ppMedia
);
 

Parameters

Index
[in] Index for new item.
ppMedia
[out] Pointer to ITMedia interface created.

Return Values

TBD