Searched refs:S_FALSE (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/
H A DVBoxNetFltNobj.cpp209 hr = S_FALSE;
287 hr = S_FALSE;
388 else if (hr != S_FALSE)
401 else if (hr != S_FALSE)
407 /* hr == S_FALSE means this is not a loopback adpater, set it to S_OK */
482 else if (hr == S_FALSE)
567 return (_Module.GetLockCount() == 0) ? S_OK : S_FALSE;
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/tools/
H A DVBoxNetFltUninstall.cpp50 if(hr != S_OK && hr != S_FALSE)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDEnumFormat_win.cpp131 return (ulCopied == cFormats) ? S_OK : S_FALSE;
137 return (m_nIndex <= m_nNumFormats) ? S_OK : S_FALSE;
H A DUIFrameBuffer.cpp440 return S_FALSE;
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDEnumFormat.cpp133 return (ulCopied == cFormats) ? S_OK : S_FALSE;
139 return (m_nIndex <= m_nNumFormats) ? S_OK : S_FALSE;
H A DVBoxDispIf.cpp1049 HRESULT hr = S_FALSE;
1067 hr = S_FALSE;
1079 Assert(hr != S_FALSE);
1080 if (hr == S_OK || hr == S_FALSE)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispCm.cpp252 hr = S_FALSE;
263 hr = S_FALSE;
287 Assert(hr == S_OK || hr == S_FALSE);
288 if (hr == S_OK || hr != S_FALSE)
H A DVBoxDispKmt.cpp157 Assert(hr != S_FALSE);
158 if (hr == S_OK || hr == S_FALSE)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dquery.c337 /* Msdn says this returns an error, but our tests show that S_FALSE is returned */
338 TRACE("Query is building, returning S_FALSE\n");
339 return S_FALSE;
377 res = S_FALSE;
/vbox/src/VBox/Main/src-client/win/
H A Ddllmain.cpp111 return (_Module.GetLockCount()==0) ? S_OK : S_FALSE;
/vbox/src/VBox/Main/include/
H A DVirtualBoxBase.h643 return S_FALSE; \
655 return bSupports ? S_OK : S_FALSE; \
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp73 if (hr == S_FALSE)
121 if (hr == S_FALSE)
225 if (hr == S_FALSE)
402 if (hr == S_FALSE)
2038 else if (hr == S_FALSE)
2104 else if (hr == S_FALSE)
2230 if (hr == S_FALSE) /* No more binding interfaces? */
2245 if (hr == S_FALSE) /* No more binding paths? */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dquery.c355 /* Msdn says this returns an error, but our tests show that S_FALSE is returned */
356 TRACE("Query is building, returning S_FALSE\n");
357 return S_FALSE;
395 res = S_FALSE;
/vbox/src/VBox/Main/glue/
H A Dinitterm.cpp263 /* the overall result must be either S_OK or S_FALSE (S_FALSE means
265 AssertMsg(rc == S_OK || rc == S_FALSE, ("rc=%08X\n", rc));
/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredentialProvider.cpp470 return (g_cDllRefs > 0) ? S_FALSE : S_OK;
/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp1037 Assert(hr == S_OK || hr == S_FALSE);
1516 /* S_OK == enabled, S_FALSE == disabled */
1561 Assert(hr == S_OK || hr == S_FALSE);
1568 Assert(hr == S_OK || hr == S_FALSE);
/vbox/src/VBox/Runtime/r3/win/
H A Dpath-win.cpp235 || hrc == S_FALSE) /* Found, but doesn't exist */
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h51 #ifndef S_FALSE
52 # define S_FALSE ((HRESULT)1L) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddinput.h138 #define DI_NOTATTACHED S_FALSE
139 #define DI_BUFFEROVERFLOW S_FALSE
140 #define DI_PROPNOEFFECT S_FALSE
141 #define DI_NOEFFECT S_FALSE
H A Dwinerror.h1687 #define S_FALSE _HRESULT_TYPEDEF_(1L) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddinput.h138 #define DI_NOTATTACHED S_FALSE
139 #define DI_BUFFEROVERFLOW S_FALSE
140 #define DI_PROPNOEFFECT S_FALSE
141 #define DI_NOEFFECT S_FALSE
H A Dwinerror.h2041 #define S_FALSE _HRESULT_TYPEDEF_(1) macro
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp3199 #ifndef S_FALSE
3200 # define S_FALSE ((HRESULT)1L) macro
3220 if (hr == S_FALSE)
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp699 Assert(hr == S_OK || hr == S_FALSE);
702 /* S_OK == enabled, S_FALSE == disabled */
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp1805 if (hr != S_FALSE) break;
5649 if (hr != S_FALSE) break;

Completed in 249 milliseconds

12