ITMediaPlayback::get_PlayList method (tapi3if.h)

The get_PlayList method gets the list of files to play.

Syntax

HRESULT get_PlayList(
  [out] VARIANTARG *pPlayListVariant
);

Parameters

[out] pPlayListVariant

Pointer to variant of type VT_ARRAY, which contains variants of type VT_BSTR and VT_STORAGE.

The VT_BSTR elements of the array contain the names of the files to play. The file name extension is used to specify the type of file. Currently, supported file name extensions are .avi and .wav.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h (include Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

See also

ITMediaPlayback

put_PlayList