Share via


GweBypassCoredllThunk_t::EndPaint_I (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

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 Value

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

Header gwebypasscoredllthunk.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

GweBypassCoredllThunk_t
EndPaint
GweBypassCoredllThunk_t::BeginPaint_I
PAINTSTRUCT