MCPcopy Create free account
hub / github.com/VincentWei/MiniGUI / GetMessage

Function GetMessage

include/window.h:3247–3250  ·  view source on GitHub ↗

* \fn BOOL GetMessage (PMSG pMsg, HWND hMainWnd) * \brief Get a message from the message queue of a main window. * * This function gets a message from the message queue of the main window * \a hMainWnd, and returns until there is a message in the message queue. * * \param pMsg Pointer to the result message. * \param hMainWnd Handle to the window. * * \return FALSE on MSG_QUIT have been fo

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

start_gb_imeFunction · 0.50
MiniGUIMainFunction · 0.50
listenfd.cFile · 0.50
MiniGUIMainFunction · 0.50
MiniGUIMainFunction · 0.50
MiniGUIMainFunction · 0.50
getmessage.cFile · 0.50

Calls 1

PeekMessageExFunction · 0.85

Tested by 1

MiniGUIMainFunction · 0.40