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 codeDescription
E_NOTIMPL

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

Strmif.h (include Dshow.h);
Strmif.h (include Dshow.h)

Library

Strmiids.lib

See also

DVD Applications
Error and Success Codes
IDvdInfo2 Interface

 

 

Show: