Share via


IDVDTitleSet::GetCategory (Windows Embedded CE 6.0)

1/6/2010

This method returns the video title set category (VTS_CAT) from the current video title set's (VTS) video title set information management table (VTSI_MAT).

Syntax

HRESULT GetCategory(
  UINT32* pCategory
);

Parameters

  • pCategory
    [out] Pointer to the VTS_CAT for the current VTS.

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

IDVDTitleSet