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

/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp465 int GuestDnD::adjustScreenCoordinates(ULONG uScreenId, ULONG *puX, ULONG *puY) const argument
486 if (puX)
487 *puX += xShift;
493 uScreenId, puX ? *puX : 0, puY ? *puY : 0));
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDragAndDrop.cpp98 uint32_t *puX,
107 AssertPtrReturn(puX, VERR_INVALID_POINTER);
136 rc = Msg.uX.GetUInt32(puX); AssertRC(rc);
95 vbglR3DnDHGProcessActionMessage(uint32_t uClientId, uint32_t uMsg, uint32_t *puScreenId, uint32_t *puX, uint32_t *puY, uint32_t *puDefAction, uint32_t *puAllActions, char *pszFormats, uint32_t cbFormats, uint32_t *pcbFormatsRecv) argument

Completed in 48 milliseconds