Searched refs:message (Results 226 - 250 of 304) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c72 static __inline__ void Error(char *message) argument
74 Fprintf((stderr, "\n%s\n", message));
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXKBproto.h1214 CARD8 message[8]; member in struct:_xkbActionMessage
1269 xkbActionMessage message; member in union:_xkbEvent::__anon2593
/vbox/src/VBox/Additions/x11/x11include/kbproto-1.0.6/X11/extensions/
H A DXKBproto.h1213 CARD8 message[8]; member in struct:_xkbActionMessage
1268 xkbActionMessage message; member in union:_xkbEvent::__anon3579
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c5627 UINT message, WPARAM wparam, LPARAM lparam, WNDPROC proc)
5631 TRACE("Filtering message: window %p, message %#x, wparam %#lx, lparam %#lx.\n",
5632 window, message, wparam, lparam);
5634 return DefWindowProcW(window, message, wparam, lparam);
5636 return DefWindowProcA(window, message, wparam, lparam);
5639 if (message == WM_DESTROY)
5647 else if (message == WM_DISPLAYCHANGE)
5653 return CallWindowProcW(proc, window, message, wparam, lparam);
5655 return CallWindowProcA(proc, window, message, wpara
5626 device_process_message(struct wined3d_device *device, HWND window, BOOL unicode, UINT message, WPARAM wparam, LPARAM lparam, WNDPROC proc) argument
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp65 * it is supposed to be called & used from within the window message handler thread
128 /* Global message handler prototypes. */
212 /* The global message table. */
429 Log(("Registering global message \"%s\" failed, error = %08X\n", dwErr));
888 /* Only enable for message debugging, lots of traffic! */
931 /* timeout or a window message, handle it */
936 Log(("msg %p\n", msg.message));
938 if (msg.message == WM_QUIT)
1173 return 0; /* We handled the message. @todo Add return value!*/
1175 break; /* We did not handle the message, dispatc
[all...]
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp70 * source code (it only prints the error/warning message to the console) so
130 * Composes a single message for the given error. The caller must free the
135 const char *msg = aErr->message ? aErr->message : "<none>";
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwtypes.idl577 UINT message;
H A Dtwain.h379 TW_INT16 message; /* DSM_Entry message parameter */ member in struct:__anon13870
1346 /* Additional message required for thunker to request the special */
1378 /* All message constants are unique.
1721 * pOrigin Identifies the source module of the message. This could
1724 * pDest Identifies the destination module for the message.
1726 * If this is NULL, the message goes to the Source Manager.
1734 * MSG The message. Messages are interpreted by the destination module
1788 * pOrigin Identifies the source module of the message. This could
1797 * MSG The message
[all...]
H A Dwinuser.h352 UINT message; member in struct:tagEVENTMSG
402 UINT message; member in struct:__anon14591
707 UINT message; member in struct:__anon14597
716 DWORD message; member in struct:__anon14598
1475 UINT message; member in struct:tagMSG
1853 /* Listbox message return values */
1912 /* Combo box message return values */
2774 /* Sent as the lParam of a WM_DRAWITEM message to instruct how an
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwtypes.idl577 UINT message;
H A Dtwain.h388 TW_INT16 message; /* DSM_Entry message parameter */ member in struct:__anon1226
1355 /* Additional message required for thunker to request the special */
1387 /* All message constants are unique.
1730 * pOrigin Identifies the source module of the message. This could
1733 * pDest Identifies the destination module for the message.
1735 * If this is NULL, the message goes to the Source Manager.
1743 * MSG The message. Messages are interpreted by the destination module
1797 * pOrigin Identifies the source module of the message. This could
1806 * MSG The message
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A DparserInternals.c131 * @msg: the error message
160 * @msg: the error message
188 * @msg: the error message
1747 if (ctxt->lastError.message != NULL)
1748 xmlFree(ctxt->lastError.message);
/vbox/src/libs/zlib-1.2.6/contrib/delphi/
H A DZLib.pas32 msg: PChar; // last error message, NULL if no error
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupSem.cpp36 #include <iprt/message.h>
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp46 #include <iprt/message.h>
601 * @returns VBox status code, error message displayed.
854 pcszDescr = "Print this help message and exit.";
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp40 #include <iprt/message.h>
H A DRTSignTool.cpp38 #include <iprt/message.h>
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceToolBox.cpp31 #include <iprt/message.h>
204 * and print an error message and return an error if necessary.
962 "If a file or directory cannot be deleted, an error message is printed if the\n"
973 * readable format). The message may optionally contain a '%s' for the file
1152 * readable format). The message may optionally contain a '%s' for the file
1386 " [--verbose|-v] Display a message for each created directory.\n"
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dload.c885 if (WM_QUIT==msg.message)
/vbox/src/VBox/Runtime/common/zip/
H A Dtarcmd.cpp41 #include <iprt/message.h>
179 * @returns RTEXITCODE_SUCCESS or RTEXITCODE_FAILURE + printed message.
/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp41 #include <iprt/message.h>
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp1652 // RELEASE message when it no longer needs the instance wrapper. that will
1795 // instance (such as the error message or line number) to:
1881 /* readonly attribute string message; */
2072 // message
2151 nsCAutoString message; local
2155 message.SetLength(len);
2156 char *buf = message.BeginWriting();
2195 new ExceptionStub (message, result,
2322 // leave the lock before sending a message
2334 // fire off asynchronously... we don't expect any response to this message
[all...]
/vbox/src/bldprogs/
H A Dscm.cpp30 #include <iprt/message.h>
955 * Prints a verbose message if the level is high enough.
959 * @param pszFormat The message format string. Can be NULL if we
960 * only want to trigger the per file message.
H A Dscmsubversion.cpp32 #include <iprt/message.h>

Completed in 255 milliseconds

1234567891011>>