Searched refs:NERR_BASE (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dlmerr.h37 #define NERR_BASE 2100 macro
39 #define NERR_NetNotStarted (NERR_BASE + 2)
40 #define NERR_UnknownServer (NERR_BASE + 3)
41 #define NERR_ShareMem (NERR_BASE + 4)
42 #define NERR_NoNetworkResource (NERR_BASE + 5)
43 #define NERR_RemoteOnly (NERR_BASE + 6)
44 #define NERR_DevNotRedirected (NERR_BASE + 7)
45 #define NERR_ServerNotStarted (NERR_BASE + 14)
46 #define NERR_ItemNotFound (NERR_BASE + 15)
47 #define NERR_UnknownDevDir (NERR_BASE
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dlmerr.h37 #define NERR_BASE 2100 macro
39 #define NERR_NetNotStarted (NERR_BASE + 2)
40 #define NERR_UnknownServer (NERR_BASE + 3)
41 #define NERR_ShareMem (NERR_BASE + 4)
42 #define NERR_NoNetworkResource (NERR_BASE + 5)
43 #define NERR_RemoteOnly (NERR_BASE + 6)
44 #define NERR_DevNotRedirected (NERR_BASE + 7)
45 #define NERR_ServerNotStarted (NERR_BASE + 14)
46 #define NERR_ItemNotFound (NERR_BASE + 15)
47 #define NERR_UnknownDevDir (NERR_BASE
[all...]
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp576 if (uStatus >= NERR_BASE && uStatus <= MAX_NERR)

Completed in 51 milliseconds