Searched defs:MsgGet (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DHGCMThread.cpp138 int MsgGet (HGCMMsgCore **ppMsg);
471 int HGCMThread::MsgGet (HGCMMsgCore **ppMsg) function in class:HGCMThread
475 LogFlow(("HGCMThread::MsgGet: thread = %p, ppMsg = %p\n", this, ppMsg));
547 LogFlow(("HGCMThread::MsgGet: *ppMsg = %p, return rc = %Rrc\n", *ppMsg, rc));
799 rc = pThread->MsgGet (ppMsg);

Completed in 45 milliseconds