Lines Matching defs:u32Format
977 static int clipReadVBoxClipboard(CLIPBACKEND *pCtx, uint32_t u32Format,
981 LogRelFlowFunc(("pCtx=%p, u32Format=%02X, ppv=%p, pcb=%p\n", pCtx,
982 u32Format, ppv, pcb));
983 if (u32Format == VBOX_SHARED_CLIPBOARD_FMT_UNICODETEXT)
986 rc = ClipRequestDataForX11(pCtx->pFrontend, u32Format,
998 rc = ClipRequestDataForX11(pCtx->pFrontend, u32Format,
1673 * @param u32Format The format that the VBox would like to receive the data
1680 int ClipRequestDataFromX11(CLIPBACKEND *pCtx, uint32_t u32Format,
1695 pX11Req->mFormat = u32Format;
1770 uint32_t u32Format, void **ppv,
2496 uint32_t u32Format, void **ppv,