Searched refs:NIL_CLIPX11FORMAT (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp100 NIL_CLIPX11FORMAT = 0, enumerator in enum:__anon16269
125 * @returns the format on success, NIL_CLIPX11FORMAT on failure
133 return NIL_CLIPX11FORMAT;
137 * @returns the format on success, NIL_CLIPX11FORMAT on failure
145 return NIL_CLIPX11FORMAT;
151 * @returns the next matching X11 format in the list, or NIL_CLIPX11FORMAT if
154 * Use NIL_CLIPX11FORMAT to start the enumeration.
162 return NIL_CLIPX11FORMAT;
360 CLIPX11FORMAT bestTextFormat = NIL_CLIPX11FORMAT;
362 AssertPtrReturn(pCtx, NIL_CLIPX11FORMAT);
[all...]

Completed in 34 milliseconds