Microsoft DirectX 9.0 |
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. |
See Also