Enum WindowLongIndex
Get/Set WindowLong Enum See: http://msdn.microsoft.com/en-us/library/ms633591.aspx
Namespace: Dapplo.Windows.User32.Enums
Assembly: Dapplo.Windows.User32.dll
Syntax
public enum WindowLongIndex : int
Fields
Name | Description |
---|---|
GWL_EXSTYLE | Sets a new extended window style. |
GWL_HINSTANCE | Sets a new application instance handle. |
GWL_ID | Sets a new identifier of the child window. The window cannot be a top-level window. |
GWL_STYLE | Sets a new window style. |
GWL_USERDATA | Sets 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. |
GWL_WNDPROC | Sets a new address for the window procedure. You cannot change this attribute if the window does not belong to the same process as the calling thread. |