Lines Matching defs:u32Format
490 parms.u32Format = u32Formats;
520 uint32_t u32Format;
524 rc = VBoxHGCMParmUInt32Get (&paParms[0], &u32Format);
545 parms.u32Format = u32Format;
570 rc = vboxClipboardReadData (pClient, u32Format, pv, cb, &cbActual);
617 uint32_t u32Format;
619 rc = VBoxHGCMParmUInt32Get (&paParms[0], &u32Format);
638 parms.u32Format = u32Format;
646 vboxClipboardWriteData (pClient, pv, cb, u32Format);
820 uint32_t u32Format;
867 SSMFIELD_ENTRY_IGNORE( CLIPSAVEDSTATEDATA, data.u32Format),
905 static DECLCALLBACK(int) extCallback (uint32_t u32Function, uint32_t u32Format, void *pvData, uint32_t cbData)
917 g_u32DelayedFormats = u32Format;
921 vboxSvcClipboardReportMsg (g_pClient, VBOX_SHARED_CLIPBOARD_HOST_MSG_FORMATS, u32Format);
927 vboxSvcClipboardReportMsg (g_pClient, VBOX_SHARED_CLIPBOARD_HOST_MSG_READ_DATA, u32Format);