Share via


ITocEntry::SetSubEntries Method

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

Syntax

HRESULT SetSubEntries(
  [in]  DWORD dwNumSubEntries,
  [in]  WORD *pwSubEntryIndices
);

Parameters

  • dwNumSubEntries [in]
    The number of indices in the array pointed to by pwSubEntryIndices.

  • 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.

Return Value

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.

 

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Header

Wmcodecdsp.h

DLL

Wmvdspa.dll

See Also

ITocEntry

GetSubEntries

 

 

Send comments about this topic to Microsoft

Build date: 4/7/2010