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

/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp646 GuestDnD *pGuestDnD = reinterpret_cast<GuestDnD*>(pvExtension); local
647 AssertPtrReturn(pGuestDnD, VERR_INVALID_POINTER);
649 GuestDnDResponse *pResp = pGuestDnD->m_pResponse;
717 rc = pGuestDnD->onGHSendData(pResp, pCBData->pvData, pCBData->cbData,
729 rc = pGuestDnD->onGHSendDir(pResp, pCBData->pszPath, pCBData->cbPath, pCBData->fMode);
740 rc = pGuestDnD->onGHSendFile(pResp, pCBData->pszFilePath, pCBData->cbFilePath,

Completed in 44 milliseconds