CBT_CREATEWND structure
Applies to: desktop apps only
Contains information passed to a WH_CBT hook procedure, CBTProc, before a window is created.
Syntax
typedef struct tagCBT_CREATEWND {
LPCREATESTRUCT lpcs;
HWND hwndInsertAfter;
} CBT_CREATEWND, *LPCBT_CREATEWND;
Members
- lpcs
-
Type: LPCREATESTRUCT
-
A pointer to a CREATESTRUCT structure that contains initialization parameters for the window about to be created.
- hwndInsertAfter
-
Type: HWND
-
A handle to the window whose position in the Z order precedes that of the window being created. This member can also be NULL.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Unicode and ANSI names | CBT_CREATEWNDW (Unicode) and CBT_CREATEWNDA (ANSI) |
See also
- Reference
- CBTProc
- CREATESTRUCT
- SetWindowsHookEx
- Conceptual
- Hooks
Send comments about this topic to Microsoft
Build date: 2/3/2012