Searched refs:pvImg (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibVideo.cpp97 * @param pvImg Pointer to the image data (can be NULL).
98 * @param cbImg Size of the image data pointed to by pvImg.
100 VBGLR3DECL(int) VbglR3SetPointerShape(uint32_t fFlags, uint32_t xHot, uint32_t yHot, uint32_t cx, uint32_t cy, const void *pvImg, size_t cbImg) argument
104 AssertReturn( !pvImg
116 if (pvImg)
117 memcpy(pReq->pointerData, pvImg, cbImg);
/vbox/include/VBox/
H A DVBoxGuestLib.h476 VBGLR3DECL(int) VbglR3SetPointerShape(uint32_t fFlags, uint32_t xHot, uint32_t yHot, uint32_t cx, uint32_t cy, const void *pvImg, size_t cbImg);

Completed in 43 milliseconds