IWMSStreamHeaderList::RecordPlaylistGenerationId

The RecordPlaylistGenerationId method specifies the playlist generation ID identifying the playlist entry that a command is associated with.

HRESULT RecordPlaylistGenerationId(
  IWMSCommandContext*  pCommand
);

Arguments

pCommand

[in] Pointer to an IWMSCommandContextIWMSCommandContext Interface containing the context associated with the list.

Return Value

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Return code

Number

Description

E_INVALIDARG

0x80070057

pCommand is null.

Requirements

Header: streamdescription.h.

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; Windows Server 2008.

See Also

Concepts

IWMSStreamHeaderList Interface