IDvdInfo2::GetButtonRect method
The GetButtonRect method retrieves the rectangle coordinates for the specified menu button.
Note This method is currently not implemented.
Syntax
HRESULT GetButtonRect(
[in] ULONG ulButton,
[out] RECT *pRect
);
Parameters
- ulButton [in]
-
Specifies the menu button.
- pRect [out]
-
Pointer to a variable of type RECT that receives the coordinates of the button's rectangle.
Return value
Returns one of the following HRESULT values.
| Return code | Description |
|---|---|
|
This method is currently not implemented |
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
See also
Show: