mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[Win32k]
- NtUserSetWindowFNID, sets user client side window function Ids, expands to ghost. svn path=/trunk/; revision=50220
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user