Click or drag to resize
weroSoft AG, Software
WindowLongFlag Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the value to be retrieved or set by Get/SetWindowLong

Namespace:  WeroSoft.PlatformInvoke
Assembly:  WeroSoft.PlatformInvoke.Library (in WeroSoft.PlatformInvoke.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum WindowLongFlag
Members
  Member nameValueDescription
ExtendedStyle-20 Sets a new extended window style.
InstanceHandle-6 Sets a new application instance handle.
ParentWindow-8 Retrieves a handle to the parent window, if any.
Id-12 Sets a new identifier of the child window. The window cannot be a top-level window.
Style-16 Sets a new window style.
UserDate-21 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.
WindoProcedure-4 Sets a new address for the window procedure.
User8 Sets new extra information that is private to the application, such as handles or pointers.
MessageResult0 Sets the return value of a message processed in the dialog box procedure.
DialogProcedure4 Retrieves the address of the dialog box procedure, or a handle representing the address of the dialog box procedure. You must use the CallWindowProc function to call the dialog box procedure.
See Also