IOleClientSite::RequestNewObjectLayout
This method prompts a container to resize the display site.
HRESULT RequestNewObjectLayout();
Parameters
None.
Return Values
If the request for new layout succeeded, the return value is S_OK.
If the client site does not support requests for new layout, the return value is E_NOTIMPL.
Remarks
Currently, there is no standard mechanism by which a container can negotiate how much room an object needs. When such a negotiation is defined, responding to this method will be optional for containers.
To determine whether the platform supports this interface, see Determining Supported COM APIs.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Oleidl.h, Oleidl.idl.
Link Library: Oleaut32.lib, Uuid.lib.
See Also
IOleClientSite | Determining Supported COM APIs
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.