Update NtUserGetComboBoxInfo header info.

svn path=/trunk/; revision=29840
This commit is contained in:
James Tabor 2007-10-24 02:03:56 +00:00
parent 07c753c912
commit 46d328103b
2 changed files with 6 additions and 6 deletions

View file

@ -991,11 +991,11 @@ NTAPI
NtUserGetClipCursor(
RECT *lpRect);
DWORD
BOOL
NTAPI
NtUserGetComboBoxInfo(
DWORD Unknown0,
DWORD Unknown1);
HWND hWnd,
PCOMBOBOXINFO pcbi);
DWORD
NTAPI

View file

@ -272,11 +272,11 @@ NtUserGetAltTabInfo(
return 0;
}
DWORD
BOOL
STDCALL
NtUserGetComboBoxInfo(
DWORD Unknown0,
DWORD Unknown1)
HWND hWnd,
PCOMBOBOXINFO pcbi)
{
UNIMPLEMENTED