CBasePropertyPage::Move (Compact 2013)

3/26/2014

This 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

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBasePropertyPage Class

Other Resources

RECT