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

Function PeekMessage

include/window.h:3312–3317  ·  view source on GitHub ↗

* \fn BOOL PeekMessage (PMSG pMsg, HWND hWnd, \ * UINT nMsgFilterMin, UINT nMsgFilterMax, UINT uRemoveMsg) * \brief Peek a message from the message queue of a main window * * This function peeks a message from the message queue of the window \a hWnd * and returns immediatly. Unlike \a GetMessage, this function does not wait * for a message. * * \param pMsg Pointer to the resu

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

PeekMessageExFunction · 0.85

Tested by

no test coverage detected