Share via


GweBypassCoredllThunk_t::ClientToScreen_I

This method converts the client coordinates of a specified point to screen coordinates.

static BOOL WINAPI ClientToScreen_I(
  HWND hwndThis,
  POINT* pPoint
);

Parameters

  • hwndThis
    [in] Handle to the window whose client area is used for the conversion.
  • pPoint
    [in, out] Long pointer to a POINT structure that contains the client coordinates to be converted. The new screen coordinates are copied into this structure if the function succeeds.

Return Values

Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.

Remarks

This method is an internal version of the ClientToScreen function.

The GweBypassCoredllThunk_t::ClientToScreen_I method replaces the client coordinates in the POINT structure with the screen coordinates. The screen coordinates are relative to the upper-left corner of the screen.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: GweBypassCoredllThunk.hpp.

See Also

ClientToScreen | MapWindowPoints | GweBypassCoredllThunk_t::ScreenToClient_I | POINT

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.