Share via


GweBypassCoredllThunk_t::EndPaint_I

This method marks the end of painting in the specified window. This method is required for each call to the GweBypassCoredllThunk_t::BeginPaint_I method, but only after painting is complete.

static BOOL WINAPI EndPaint_I(
  HWND hwndThis,
  PPAINTSTRUCT pps
);

Parameters

  • hwndThis
    [in] Handle to the window that has been repainted.
  • pps
    [in] Long pointer to a PAINTSTRUCT structure that contains the painting information retrieved by GweBypassCoredllThunk_t::BeginPaint_I.

Return Values

The return value is always nonzero.

Remarks

This method is an internal version of the EndPaint function.

If the caret was hidden by GweBypassCoredllThunk_t::BeginPaint_I, GweBypassCoredllThunk_t::EndPaint_I restores the caret to the screen.

Requirements

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

See Also

EndPaint | GweBypassCoredllThunk_t::BeginPaint_I | PAINTSTRUCT

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.