DWebBrowserEvents2::ClientToHostWindow
A version of this page is also available for
4/8/2010
The ClientToHostWindow event method occurs to request client sizes to be converted to host window sizes.
Syntax
void ClientToHostWindow(
long* plCX,
long* plCY
);
Parameters
- plCX
[in, out] Pointer to a long integer that receives and specifies the width of the client window
- plCY
[in, out] Pointer to a long integer that receives and specifies the height of the client window
Return Values
None.
Event DISPID
DISPID_CLIENTTOHOSTWINDOW
The DISPID for this event is defined in piedocvw.h. Use this value to identify the event handler when you implement IDispatch::Invoke.
Requirements
Header | piedocvw.h |
Library | piedocvw.lib |
Windows Mobile | Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later |