Defines known zero-based offset to the value to be get or set using GetWindowLong methods.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax Members
| Member name | Value | Description |
---|
| GWL_EXSTYLE | -20 |
The extended window style.
|
| GWLP_HINSTANCE | -6 |
The application instance handle.
|
| GWL_HWNDPARENT | -8 |
The parent window handle.
|
| GWLP_ID | -12 |
The identifier of the child window.
The window cannot be a top-level window.
|
| GWL_STYLE | -16 |
The window style.
|
| GWLP_USERDATA | -21 |
The user data associated with the window.
This data is intended for use by the application that created the window. Its value is initially zero.
|
| GWLP_WNDPROC | -4 |
The address for the window procedure.
|
| DWLP_MSGRESULT | 0 |
The return value of a message processed in the dialog box procedure.
|
| DWLP_DLGPROC | 4 |
The pointer to the dialog box procedure.
|
| DWLP_USER | 8 |
Extra information that is private to the application, such as handles or pointers.
|
See Also