Home
last modified time | relevance | path

Searched refs:CAP_UICONTROLLABLE (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/twain_32/
H A Ddsm.c682 ok(capabilities[CAP_UICONTROLLABLE], "CAP_UICONTROLLABLE not supported\n"); in test_single_source()
683 if (capabilities[CAP_UICONTROLLABLE]) in test_single_source()
684 test_onevalue_cap(appid, source, CAP_UICONTROLLABLE, TWTY_BOOL, TWQC_GET); in test_single_source()
/reactos/sdk/include/psdk/
H A Dtwain.h1469 #define CAP_UICONTROLLABLE 0x100e /* Added 1.6 */ macro