- NtUserSetWindowFNID, sets user client side window function Ids, expands to ghost.

svn path=/trunk/; revision=50220
This commit is contained in:
James Tabor
2010-12-30 03:03:45 +00:00
parent a7d5cdfa3b
commit 88e4ef1d91
@@ -3887,9 +3887,10 @@ NtUserSetWindowFNID(HWND hWnd,
// From user land we only set these.
if (fnID != FNID_DESTROY)
{
if ( ((fnID < FNID_BUTTON) && (fnID > FNID_IME)) ||
if ( ((fnID < FNID_BUTTON) && (fnID > FNID_GHOST)) ||
Wnd->fnid != 0 )
{
EngSetLastError(ERROR_INVALID_PARAMETER);
RETURN( FALSE);
}
}