AVEVA CAF API Documenation

Aveva.ApplicationFramework.Presentation Namespace : User32.WindowLongFlags Enumeration
User32.WindowLongFlags Enumeration
Values that represent window long flags.
Syntax
public enum User32.WindowLongFlags : System.Enum 
public enum class User32.WindowLongFlags : public System.Enum 
Members
MemberDescription
DWLP_DLGPROC An enum constant representing the dwlp dlgproc option.
DWLP_MSGRESULT An enum constant representing the dwlp msgresult option.
DWLP_USER An enum constant representing the dwlp user option.
GWL_EXSTYLE An enum constant representing the gwl exstyle option.
GWL_ID An enum constant representing the gwl identifier option.
GWL_STYLE An enum constant representing the gwl style option.
GWL_USERDATA An enum constant representing the gwl userdata option.
GWL_WNDPROC An enum constant representing the gwl wndproc option.
GWLP_HINSTANCE An enum constant representing the gwlp hinstance option.
GWLP_HWNDPARENT An enum constant representing the gwlp hwndparent option.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Aveva.ApplicationFramework.Presentation.User32.WindowLongFlags

Requirements

Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)

See Also