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 code | Description |
|---|---|
|
Success. |
|
Invalid argument. |
Remarks
GPRMs are 16-bit registers that each disc can use in unique ways for temporary data storage.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
See also