Home
last modified time | relevance | path

Searched refs:WNDS_ANSICREATOR (Results 1 – 4 of 4) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dcallback.c562 …TRACE("HCBT_CREATEWND AnsiCreator %s, AnsiHook %s\n", pWnd->state & WNDS_ANSICREATOR ? "True" : "F… in co_IntCallHookProc()
H A Dmessage.c669 if (Window->state & WNDS_ANSICREATOR) in IntMsgCreateStructW()
716 if (Window->state & WNDS_ANSICREATOR) in IntMsgCreateStructW()
H A Dwindow.c1997 if (!bUnicodeWindow) pWnd->state |= WNDS_ANSICREATOR; in IntCreateWindow()
/reactos/win32ss/include/
H A Dntuser.h634 #define WNDS_ANSICREATOR 0x20000000 macro