Click or drag to resize

WL Enumeration

Defines known zero-based offset to the value to be get or set using GetWindowLong methods.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum WL
Members
  Member nameValueDescription
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_MSGRESULT0 The return value of a message processed in the dialog box procedure.
DWLP_DLGPROC4 The pointer to the dialog box procedure.
DWLP_USER8 Extra information that is private to the application, such as handles or pointers.
See Also