IWMSCommandContext::SetPlaylistGenerationID

banner art

Previous Next

IWMSCommandContext::SetPlaylistGenerationID

The SetPlaylistGenerationID method is reserved for internal use.

Syntax

  HRESULT SetPlaylistGenerationID(
  DWORD  dwID
);

Parameters

dwID

[out] DWORD containing the ID of an item in a playlist.

Return Values

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

Requirements

Header: wmscontext.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next