Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 |