IDVDNavigationManager::GetGParameter
This method returns the value of a specified general parameter (GPRM).
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 Values
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdnav.h, Dvdnav.idl.
Link Library: Ddvdids.lib.
See Also
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.