Skip to content

Latest commit

 

History

History
113 lines (79 loc) · 3.1 KB

ns-winuser-cwpretstruct.md

File metadata and controls

113 lines (79 loc) · 3.1 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:winuser.tagCWPRETSTRUCT
CWPRETSTRUCT (winuser.h)
Defines the message parameters passed to a WH_CALLWNDPROCRET hook procedure, CallWndRetProc.
*LPCWPRETSTRUCT
*NPCWPRETSTRUCT
*PCWPRETSTRUCT
CWPRETSTRUCT
CWPRETSTRUCT structure [Windows and Messages]
LPCWPRETSTRUCT
LPCWPRETSTRUCT structure pointer [Windows and Messages]
PCWPRETSTRUCT
PCWPRETSTRUCT structure pointer [Windows and Messages]
_win32_CWPRETSTRUCT_str
_win32_cwpretstruct_str_cpp
winmsg.cwpretstruct
winui._win32_cwpretstruct_str
winuser/CWPRETSTRUCT
winuser/LPCWPRETSTRUCT
winuser/PCWPRETSTRUCT
winmsg\cwpretstruct.htm
winmsg
VS|winui|~\winui\windowsuserinterface\windowing\hooks\hookreference\hookstructures\cwpretstruct.htm
12/05/2018
*LPCWPRETSTRUCT, *NPCWPRETSTRUCT, *PCWPRETSTRUCT, CWPRETSTRUCT, CWPRETSTRUCT structure [Windows and Messages], LPCWPRETSTRUCT, LPCWPRETSTRUCT structure pointer [Windows and Messages], PCWPRETSTRUCT, PCWPRETSTRUCT structure pointer [Windows and Messages], _win32_CWPRETSTRUCT_str, _win32_cwpretstruct_str_cpp, winmsg.cwpretstruct, winui._win32_cwpretstruct_str, winuser/CWPRETSTRUCT, winuser/LPCWPRETSTRUCT, winuser/PCWPRETSTRUCT
winuser.h
Windows.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
CWPRETSTRUCT, *PCWPRETSTRUCT, *NPCWPRETSTRUCT, *LPCWPRETSTRUCT
19H1
tagCWPRETSTRUCT
winuser/tagCWPRETSTRUCT
PCWPRETSTRUCT
winuser/PCWPRETSTRUCT
CWPRETSTRUCT
winuser/CWPRETSTRUCT
c++
APIRef
kbSyntax
HeaderDef
Winuser.h
CWPRETSTRUCT

CWPRETSTRUCT structure

-description

Defines the message parameters passed to a WH_CALLWNDPROCRET hook procedure, HOOKPROC callback function.

-struct-fields

-field lResult

Type: LRESULT

The return value of the window procedure that processed the message specified by the message value.

-field lParam

Type: LPARAM

Additional information about the message. The exact meaning depends on the message value.

-field wParam

Type: WPARAM

Additional information about the message. The exact meaning depends on the message value.

-field message

Type: UINT

The message.

-field hwnd

Type: HWND

A handle to the window that processed the message specified by the message value.

-see-also

HOOKPROC

Conceptual

Hooks

Reference

SetWindowsHookEx