Share via


DWebBrowserEvents2::ClientToHostWindow (Windows Embedded CE 6.0)

1/6/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 exdisp.h
Library shdocvw.lib

See Also

Reference

DWebBrowserEvents2