Uses of Class
org.eclipse.swt.internal.win32.WNDCLASS
Packages that use WNDCLASS
-
Uses of WNDCLASS in org.eclipse.swt.internal.win32
Methods in org.eclipse.swt.internal.win32 with parameters of type WNDCLASSModifier and TypeMethodDescriptionstatic final boolean
OS.GetClassInfo
(int hInstance, TCHAR lpClassName, WNDCLASS lpWndClass) static final boolean
OS.GetClassInfoA
(int hInstance, byte[] lpClassName, WNDCLASS lpWndClass) static final boolean
OS.GetClassInfoW
(int hInstance, char[] lpClassName, WNDCLASS lpWndClass) static final int
OS.RegisterClass
(WNDCLASS lpWndClass) static final int
OS.RegisterClassA
(WNDCLASS lpWndClass) static final int
OS.RegisterClassW
(WNDCLASS lpWndClass)