Package | Description |
---|---|
org.eclipse.swt.internal.win32 |
Modifier and Type | Method and Description |
---|---|
static boolean |
OS.GetClassInfo(long hInstance,
TCHAR lpClassName,
WNDCLASS lpWndClass) |
static boolean |
OS.GetClassInfoA(long hInstance,
byte[] lpClassName,
WNDCLASS lpWndClass) |
static boolean |
OS.GetClassInfoW(long hInstance,
char[] lpClassName,
WNDCLASS lpWndClass) |
static int |
OS.RegisterClass(WNDCLASS lpWndClass) |
static int |
OS.RegisterClassA(WNDCLASS lpWndClass) |
static int |
OS.RegisterClassW(WNDCLASS lpWndClass) |
Copyright © 2017. All Rights Reserved.