IDvdInfo2::GetButtonRect
Microsoft DirectShow 9.0 |
IDvdInfo2::GetButtonRect
The GetButtonRect method retrieves the rectangle coordinates for the specified menu button. (This method is currently not implemented.)
Syntax
HRESULT GetButtonRect( ULONG ulButton, RECT *pRect );
Parameters
ulButton
[in] Variable of type ULONG, from 1 through 36, that specifies the button.
pRect
[out] Pointer to a variable of type RECT that receives the coordinates of the button's rectangle.
Return Values
Returns one of the following HRESULT values.
Return code | Description |
E_NOTIMPL | This method is currently not implemented |
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also