InteropGWL Enumeration

Definition

Namespace: PCBI_InstanceSync
Assembly: PCBI_InstanceSync (in PCBI_InstanceSync.dll) Version: 16.0.0.0 (16.0.0.0)
C#
public enum GWL

Members

DWLP_MSGRESULT0Sets the return value of a message processed in the dialog box procedure.
DWLP_DLGPROC4Sets the new address of the dialog box procedure.
DWLP_USER8Sets new extra information that is private to the application, such as handles or pointers.
GWL_WNDPROC-4Sets a new address for the window procedure.
GWLP_HINSTANCE-6Sets a new application instance handle.
GWLP_HWNDPARENT-8 
GWL_ID-12Sets a new identifier of the child window.
GWL_STYLE-16Sets a new window style.
GWL_EXSTYLE-20Sets a new extended window style.
GWL_USERDATA-21Sets the user data associated with the window.

See Also