Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/include/
H A Dntwrapper.h651 EXTINLINE HDWP NtUserxBeginDeferWindowPos(INT nNumWindows) in NtUserxBeginDeferWindowPos() argument
653 return (HDWP)NtUserCallOneParam((DWORD_PTR)nNumWindows, ONEPARAM_ROUTINE_BEGINDEFERWNDPOS); in NtUserxBeginDeferWindowPos()
/reactos/win32ss/user/user32/windows/
H A Dwindow.c59 BeginDeferWindowPos(int nNumWindows) in BeginDeferWindowPos() argument
61 return NtUserxBeginDeferWindowPos(nNumWindows); in BeginDeferWindowPos()