IOleClientSite::RequestNewObjectLayout method (oleidl.h)

Asks a container to resize the display site for embedded objects.

Syntax

HRESULT RequestNewObjectLayout();

Return value

This method returns S_OK on success. Other possible return values include the following.

Return code Description
E_NOTIMPL
Client site does not support requests for new layout.

Remarks

This method can either increase or decrease the space. Currently, there is no standard mechanism by which a container can negotiate how much room an object would like. When such a negotiation is defined, responding to this method will be optional for containers.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header oleidl.h

See also

IOleClientSite