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

/vbox/src/VBox/HostServices/SharedClipboard/
H A Dservice.cpp754 static SSMFIELD const g_aClipboardClientDataFields[] = variable
780 int rc = SSMR3PutStructEx (pSSM, pClient, sizeof(*pClient), 0 /*fFlags*/, &g_aClipboardClientDataFields[0], NULL);
848 rc = SSMR3GetStructEx (pSSM, pClient, sizeof(*pClient), 0 /*fFlags*/, &g_aClipboardClientDataFields[0], NULL);

Completed in 32 milliseconds