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 booleanOS.GetClassInfo(int hInstance, TCHAR lpClassName, WNDCLASS lpWndClass) static final booleanOS.GetClassInfoA(int hInstance, byte[] lpClassName, WNDCLASS lpWndClass) static final booleanOS.GetClassInfoW(int hInstance, char[] lpClassName, WNDCLASS lpWndClass) static final intOS.RegisterClass(WNDCLASS lpWndClass) static final intOS.RegisterClassA(WNDCLASS lpWndClass) static final intOS.RegisterClassW(WNDCLASS lpWndClass)