GweBypassCoredllThunk_t::DefWindowProcW_I (Windows CE 5.0)

Send Feedback

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.

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 Values

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

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

See Also

CallWindowProc | DefDlgProc | DefWindowProc | WindowProc

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.