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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp682 HWND AwtComponent::GetTopLevelParentForWindow(HWND hwndDescendant) { argument
683 if (hwndDescendant == NULL) {
687 DASSERT(IsWindow(hwndDescendant));
688 HWND hwnd = hwndDescendant;

Completed in 84 milliseconds