Searched refs:hres (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A DShellFolder2.cpp258 HRESULT hres; local
261 hres = pIShellFolder->QueryInterface(IID_IShellIcon, (void**)&pIShellIcon);
262 if (SUCCEEDED(hres)) {
636 HRESULT hres; local
651 hres = pParent->GetDisplayNameOf(pidl, SHGDN_NORMAL | SHGDN_FORPARSING, &strret);
652 if (FAILED(hres)) {
674 hres = ::CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLinkW, (LPVOID *)&psl);
675 if (SUCCEEDED(hres)) {
677 hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf);
678 if (SUCCEEDED(hres)) {
838 HRESULT hres; local
864 HRESULT hres; local
[all...]
H A DThemeReader.cpp241 static void assert_result(HRESULT hres, JNIEnv *env) { argument
243 if (hres != 0) {
257 DTRACE_PRINTLN3("Error: hres=0x%x lastError=0x%x %s\n", hres,
294 HRESULT hres = SetWindowTheme(AwtToolkit::GetInstance().GetHWnd(), str, NULL); local
295 assert_result(hres, env);
309 HRESULT hres = CloseThemeData((HTHEME)theme); local
310 assert_result(hres, env);
460 HRESULT hres = DrawThemeBackground(hTheme, memDC, part, state, &rect, NULL); local
461 assert_result(hres, en
515 HRESULT hres = GetThemeMargins(hTheme, NULL, part, state, property, NULL, &margins); local
596 HRESULT hres = GetThemeInt(hTheme, part, state, prop, &retVal); local
612 HRESULT hres = GetThemeEnumValue(hTheme, part, state, prop, &retVal); local
628 HRESULT hres = GetThemeBool(hTheme, part, state, prop, &retVal); local
708 HRESULT hres = GetThemePosition(hTheme, part, state, prop, &point); local
[all...]

Completed in 36 milliseconds