Share via


IDVDNavigationManager::GetGParameter (Windows Embedded CE 6.0)

1/6/2010

This method returns the value of a specified general parameter (GPRM).

Syntax

HRESULT GetGParameter(
  UINT8 no,
  UINT16* pValue,
  BOOL* pbCounterMode
);

Parameters

  • no
    [in] Specified GPRM number in the range from 0 to 15.
  • pValue
    [out] Pointer to the GPRM value specified by no.
  • pbCounterMode
    [out] Pointer to a value indicating the GPRM's mode according to the following.

    Value GPRM mode

    TRUE

    The GPRM is in counter mode.

    FALSE

    The GPRM is in register mode.

Return Value

If the function succeeds, the return value is S_OK.

Remarks

The DVD-Video API does not allow applications to write values to GPRMs.

Requirements

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

See Also

Reference

IDVDNavigationManager