Lines Matching refs:g_PasteboardRef
41 static PasteboardRef g_PasteboardRef;
113 rc = vbclClipboardForwardToHost(g_u32ClientId, g_PasteboardRef, fFormats);
120 rc = vbclClipboardForwardToGuest(g_u32ClientId, g_PasteboardRef, fFormats);
172 fSyncFlags = PasteboardSynchronize(g_PasteboardRef);
175 fFormats = vbclClipboardGetAvailableFormats(g_PasteboardRef);
217 rc = PasteboardCreate(kPasteboardClipboard, &g_PasteboardRef);
249 CFRelease(g_PasteboardRef);
250 g_PasteboardRef = NULL;
294 if (g_PasteboardRef)
296 CFRelease(g_PasteboardRef);
297 g_PasteboardRef = NULL;