Searched defs:wndClass (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c391 ATOM wndClass; local
404 wndClass = RegisterClassEx(&wcex);
405 if (!wndClass) {
414 hWnd = CreateWindowEx(exStyle, (LPCSTR) wndClass, "", style,

Completed in 30 milliseconds