Searched refs:uAllActions (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.cpp69 uAllActions(DND_IGNORE_ACTION),
415 LogFlowThisFunc(("Starting drag and drop: uAllActions=0x%x, dwOKEffects=0x%x ...\n",
416 uAllActions, startupInfo.dwOKEffects));
499 rc = OnHgEnter(lstFormats, pEvent->Event.u.a.uAllActions);
735 * @param uAllActions Supported actions offered by the host.
737 int VBoxDnDWnd::OnHgEnter(const RTCList<RTCString> &lstFormats, uint32_t uAllActions) argument
743 LogFlowThisFunc(("uActions=0x%x, lstFormats=%zu: ", uAllActions, lstFormats.size()));
753 this->uAllActions = uAllActions;
790 if (uAllActions)
[all...]
H A DVBoxDnD.h329 int OnHgEnter(const RTCList<RTCString> &formats, uint32_t uAllActions);
330 int OnHgMove(uint32_t u32xPos, uint32_t u32yPos, uint32_t uAllActions);
378 uint32_t uAllActions; member in class:VBoxDnDWnd
/vbox/include/VBox/HostServices/
H A DDragAndDropSvc.h201 HGCMFunctionParameter uAllActions; /* OUT uint32_t */ member in struct:DragAndDropSvc::VBOXDNDHGACTIONMSG
381 HGCMFunctionParameter uAllActions; /* OUT uint32_t */ member in struct:DragAndDropSvc::VBOXDNDGHACKPENDINGMSG
504 uint32_t uAllActions; member in struct:DragAndDropSvc::VBOXDNDCBGHACKPENDINGDATA
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDragAndDrop.cpp125 Msg.uAllActions.SetUInt32(0);
139 rc = Msg.uAllActions.GetUInt32(puAllActions); AssertRC(rc);
775 &pEvent->u.a.uAllActions,
911 uint32_t uDefAction, uint32_t uAllActions,
924 Msg.uAllActions.SetUInt32(uAllActions);
910 VbglR3DnDGHAcknowledgePending(uint32_t u32ClientId, uint32_t uDefAction, uint32_t uAllActions, const char* pcszFormats) argument
/vbox/src/VBox/HostServices/DragAndDrop/
H A Dservice.cpp320 paParms[1].getUInt32(&data.uAllActions);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp1475 uint32_t uAllActions = toHGCMActions(m_actions); local
1477 rc = VbglR3DnDGHAcknowledgePending(m_uClientID, uDefAction, uAllActions, strFormats.c_str());
1479 m_uClientID, uAllActions, strFormats.c_str(), rc));
2102 m_pCurDnD->hgEnter(lstFormats, e.hgcm.u.a.uAllActions);
/vbox/include/VBox/
H A DVBoxGuestLib.h728 uint32_t uAllActions; /** Allowed DnD actions */ member in struct:VBGLR3DNDHGCMEVENT::__anon80::__anon81
747 VBGLR3DECL(int) VbglR3DnDGHAcknowledgePending(uint32_t u32ClientId, uint32_t uDefAction, uint32_t uAllActions, const char* pcszFormats);
/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp704 pResp->setAllActions(pCBData->uAllActions);

Completed in 64 milliseconds