IDvdInfo2::GetAllGPRMs method

The GetAllGPRMs method retrieves the current contents of all general parameter registers (GPRMs).

Syntax


HRESULT GetAllGPRMs(
  [out] GPRMARRAY *pRegisterArray
);

Parameters

pRegisterArray [out]

Pointer to an array of type GPRMARRAY that receives all 16 current GPRM values.

Return value

Returns one of the following HRESULT values.

Return codeDescription
S_OK

Success.

E_POINTER

Invalid argument.

 

Remarks

GPRMs are 16-bit registers that each disc can use in unique ways for temporary data storage.

Note  A player application using the DVD Navigator filter does not need to access these registers for any Annex J playback or navigation control. This method is provided for player applications implementing advanced functionality. Do not attempt to modify the GPRMs directly unless you have a thorough knowledge of the DVD specification, and the ways in which the GPRMs are used on the particular discs to be played.
 

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Strmif.h (include Dshow.h)

Library

Strmiids.lib

See also

DVD Applications
Error and Success Codes
IDvdInfo2 Interface

 

 

Show: