Share via


CBasePropertyPage::Move

 
Microsoft DirectShow 9.0

CBasePropertyPage::Move

The Move method positions and resizes the dialog box. This method implements the IPropertyPage::Move method.

Syntax

  HRESULT Move(
    LPCRECT prect
);

Parameters

prect

Pointer to a RECT structure containing the positioning information.

Return Value

Returns an HRESULT value. Possible values include the following.

Value Description
S_OK Success.
E_POINTER NULL pointer argument.
E_UNEXPECTED Unexpected failure.

Requirements

**  Header:** Declared in Cprop.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also