Share via


GweBypassCoredllThunk_t::DefWindowProcW_I (Windows Embedded CE 6.0)

1/6/2010

This method calls the default window procedure to provide default processing for any window messages that an application does not process. This method ensures that every message is processed. GweBypassCoredllThunk_t::DefWindowProcW_I is called with the same parameters received by the window procedure.

Syntax

static LRESULT WINAPI DefWindowProcW_I(
  HWND hwndThis,
  UINT msg,
  WPARAM wParam,
  LPARAM lParam
);

Parameters

  • hwndThis
    [in] Handle to the window procedure that received the message.
  • msg
    [in] Unsigned integer that specifies the message.
  • wParam
    [in] Specifies additional message information. The content of this parameter depends on the value of the Msg parameter.
  • lParam
    [in] Specifies additional message information. The content of this parameter depends on the value of the Msg parameter.

Return Value

The return value is the result of the message processing and depends on the message. If Msg is WM_SETTEXT, zero is returned.

Remarks

This method is an internal version of the DefWindowProc function.

GweBypassCoredllThunk_t::DefWindowProcW_I does not automatically call PostQuitMessage when GweBypassCoredllThunk_t::DefWindowProcW_I handles a WM_DESTROY message.

Requirements

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

See Also

Reference

GweBypassCoredllThunk_t
CallWindowProc
DefDlgProc
DefWindowProc
WindowProc