Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dddeml.h180 #define XTYP_ERROR (0x0000 | XCLASS_NOTIFICATION | XTYPF_NOBLOCK) macro
/reactos/modules/rostests/winetests/user32/
H A Ddde.c533 …op = DdeClientTransaction(NULL, 0, conversation, item, CF_TEXT, XTYP_ERROR, default_timeout, &res); in test_ddeml_client()