MCPcopy Create free account
hub / github.com/diasurgical/devilution / PostMessageA

Function PostMessageA

SourceX/miniwin/misc_msg.cpp:766–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764}
765
766bool PostMessageA(UINT Msg, WPARAM wParam, LPARAM lParam)
767{
768 MSG msg;
769 msg.message = Msg;
770 msg.wParam = wParam;
771 msg.lParam = lParam;
772
773 message_queue.push_back(msg);
774
775 return true;
776}
777
778} // namespace dvl

Callers 1

TranslateMessageFunction · 0.85

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected