InteropGWL Enumeration
Namespace: PCBI_InstanceSyncAssembly: PCBI_InstanceSync (in PCBI_InstanceSync.dll) Version: 16.0.0.0 (16.0.0.0)
DWLP_MSGRESULT | 0 | Sets the return value of a message processed in the dialog box procedure. |
DWLP_DLGPROC | 4 | Sets the new address of the dialog box procedure. |
DWLP_USER | 8 | Sets new extra information that is private to the application, such as handles or pointers. |
GWL_WNDPROC | -4 | Sets a new address for the window procedure. |
GWLP_HINSTANCE | -6 | Sets a new application instance handle. |
GWLP_HWNDPARENT | -8 | |
GWL_ID | -12 | Sets a new identifier of the child window. |
GWL_STYLE | -16 | Sets a new window style. |
GWL_EXSTYLE | -20 | Sets a new extended window style. |
GWL_USERDATA | -21 | Sets the user data associated with the window. |