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

/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp226 } g_contexts[CLIP_MAX_CONTEXTS]; variable in typeref:struct:__anon16271
235 for (unsigned i = 0; i < RT_ELEMENTS(g_contexts); ++i)
237 AssertReturn( (g_contexts[i].widget != widget)
238 && (g_contexts[i].pCtx != pCtx), VERR_WRONG_ORDER);
239 if (g_contexts[i].widget == NULL && !found)
241 AssertReturn(g_contexts[i].pCtx == NULL, VERR_INTERNAL_ERROR);
242 g_contexts[i].widget = widget;
243 g_contexts[i].pCtx = pCtx;
257 for (unsigned i = 0; i < RT_ELEMENTS(g_contexts); ++i)
259 Assert(!found || g_contexts[
[all...]

Completed in 36 milliseconds