Searched refs:E_NOTIMPL (Results 26 - 50 of 56) sorted by relevance

123

/vbox/src/VBox/Main/include/
H A DVirtualBoxBase.h500 * Sets the extended error info and returns E_NOTIMPL.
504 return setError(E_NOTIMPL, tr("Method %s is not implemented"), __FUNCTION__); \
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp2095 return setError(E_NOTIMPL,
2517 rc = E_NOTIMPL;
2685 return E_NOTIMPL;
3226 else if (hr == E_NOTIMPL)
H A DGuestImpl.cpp785 return E_NOTIMPL;
H A DMouseImpl.cpp925 return E_NOTIMPL;
H A DConsoleImpl.cpp2911 return E_NOTIMPL;
2945 return E_NOTIMPL;
5605 rc = E_NOTIMPL;
H A DConsoleImpl2.cpp5300 hrc = E_NOTIMPL;
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp1598 return E_NOTIMPL;
1617 return E_NOTIMPL;
2019 return setError(E_NOTIMPL, tr("Memory ballooning is only supported on 64-bit hosts"));
2043 return setError(E_NOTIMPL, tr("Page fusion is only supported on 64-bit hosts"));
2607 /* Note: The GUI depends on this method returning E_NOTIMPL with no
2631 /* Note: The GUI depends on this method returning E_NOTIMPL with no
3685 return setError(E_NOTIMPL,
6356 return E_NOTIMPL;
6385 return E_NOTIMPL;
6391 return setError(E_NOTIMPL,
[all...]
H A DApplianceImpl.cpp1298 throw E_NOTIMPL;
H A DMediumImpl.cpp8613 throw setError(E_NOTIMPL,
8712 throw setError(E_NOTIMPL,
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp2017 return E_NOTIMPL;
2072 return E_NOTIMPL;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp1011 return E_NOTIMPL;
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py240 ComError.NS_ERROR_NOT_IMPLEMENTED = ComError.E_NOTIMPL;
251 ComError.E_NOTIMPL = ComError.NS_ERROR_NOT_IMPLEMENTED;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c7023 return E_NOTIMPL;
7030 return E_NOTIMPL;
7109 hr = E_NOTIMPL;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddplay8.h87 #define DPNERR_UNSUPPORTED E_NOTIMPL
H A Ddsound.h136 #define DSERR_UNSUPPORTED E_NOTIMPL
H A Dwinerror.h2046 #define E_NOTIMPL _HRESULT_TYPEDEF_(0x80004001) macro
H A Ddplay.h127 #define DPERR_UNSUPPORTED E_NOTIMPL
H A Ddinput.h165 #define DIERR_UNSUPPORTED E_NOTIMPL
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp2378 if (status == E_NOTIMPL)
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp1025 * E_NOTIMPL, it means the USB support is intentionally missing
1028 if (res.rc() == E_NOTIMPL)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsound.h136 #define DSERR_UNSUPPORTED E_NOTIMPL
H A Dwinerror.h1692 #define E_NOTIMPL _HRESULT_TYPEDEF_(0x80004001L) macro
H A Ddinput.h163 #define DIERR_UNSUPPORTED E_NOTIMPL
H A Ddplay.h127 #define DPERR_UNSUPPORTED E_NOTIMPL
H A Ddplay8.h87 #define DPNERR_UNSUPPORTED E_NOTIMPL

Completed in 363 milliseconds

123