Share via


IDVDVideoVolume::GetVolumeSetInfo (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the volume set identifier (VLMS_ID).

Syntax

HRESULT GetVolumeSetInfo(
  UINT16* pVolumeSetSize
  UINT16* pVolumeNo
  UINT8* pSide
);

Parameters

  • pVolumeSetSize
    [out] Address of the number of volumes.
  • pVolumeNo
    [out] Address of the volume number.
  • pSide
    [out] Address of the side that this volume is on.

Return Value

This method always returns S_OK.

Requirements

Header dvdata.h, dvdata.idl
Library Ddvdids.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IDVDVideoVolume